LLVM 22.0.0git
|
#include "SPIRV.h"
#include "SPIRVSubtarget.h"
#include "SPIRVTargetMachine.h"
#include "SPIRVUtils.h"
#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IntrinsicsSPIRV.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/LowerMemIntrinsics.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS (SPIRVLegalizePointerCast, "spirv-legalize-bitcast", "SPIRV legalize bitcast pass", false, false) FunctionPass *llvm | |
INITIALIZE_PASS | ( | SPIRVLegalizePointerCast | , |
"spirv-legalize-bitcast" | , | ||
"SPIRV legalize bitcast pass" | , | ||
false | , | ||
false | |||
) |
Definition at line 362 of file SPIRVLegalizePointerCast.cpp.