Home
last modified time | relevance | path

Searched refs:SjLjEHPrepare (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp39 class SjLjEHPrepare : public FunctionPass { class
56 explicit SjLjEHPrepare() : FunctionPass(ID) {} in SjLjEHPrepare() function in __anone0d7897d0111::SjLjEHPrepare
75 char SjLjEHPrepare::ID = 0;
76 INITIALIZE_PASS(SjLjEHPrepare, DEBUG_TYPE, "Prepare SjLj exceptions",
80 FunctionPass *llvm::createSjLjEHPreparePass() { return new SjLjEHPrepare(); } in createSjLjEHPreparePass()
83 bool SjLjEHPrepare::doInitialization(Module &M) { in doInitialization()
103 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) { in insertCallSiteStore()
136 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
171 Value *SjLjEHPrepare::setupFunctionContext(Function &F, in setupFunctionContext()
227 void SjLjEHPrepare::lowerIncomingArguments(Function &F) { in lowerIncomingArguments()
[all …]
DCMakeLists.txt137 SjLjEHPrepare.cpp
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp39 class SjLjEHPrepare : public FunctionPass { class
56 explicit SjLjEHPrepare() : FunctionPass(ID) {} in SjLjEHPrepare() function in __anon39ada0450111::SjLjEHPrepare
75 char SjLjEHPrepare::ID = 0;
76 INITIALIZE_PASS(SjLjEHPrepare, "sjljehprepare", "Prepare SjLj exceptions",
80 FunctionPass *llvm::createSjLjEHPreparePass() { return new SjLjEHPrepare(); } in createSjLjEHPreparePass()
83 bool SjLjEHPrepare::doInitialization(Module &M) { in doInitialization()
103 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) { in insertCallSiteStore()
133 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
168 Value *SjLjEHPrepare::setupFunctionContext(Function &F, in setupFunctionContext()
224 void SjLjEHPrepare::lowerIncomingArguments(Function &F) { in lowerIncomingArguments()
[all …]
DCMakeLists.txt117 SjLjEHPrepare.cpp
/external/llvm/test/CodeGen/Thumb/
Dsjljehprepare-lower-vector.ll2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dsjljehprepare-lower-vector.ll2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
/external/llvm/test/CodeGen/ARM/
Dsjljehprepare-lower-empty-struct.ll8 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsjljehprepare-lower-empty-struct.ll9 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
/external/swiftshader/third_party/LLVM/
DAndroid.mk140 lib/CodeGen/SjLjEHPrepare.cpp \
DAndroid.bp205 "lib/CodeGen/SjLjEHPrepare.cpp",
DBUILD.gn211 "lib/CodeGen/SjLjEHPrepare.cpp",
/external/swiftshader/
DCMakeLists.txt430 ${LLVM_DIR}/lib/CodeGen/SjLjEHPrepare.cpp
979 ${LLVM_DIR}/lib/CodeGen/SjLjEHPrepare.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk313 llvm/lib/CodeGen/SjLjEHPrepare.cpp \
DBUILD.gn884 "llvm/lib/CodeGen/SjLjEHPrepare.cpp",
/external/llvm/docs/
DExceptionHandling.rst423 ``SjLjEHPrepare`` pass.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExceptionHandling.rst423 ``SjLjEHPrepare`` pass.