Searched refs:addInvoke (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 274 void addInvoke(MachineBasicBlock *LandingPad,
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 311 void addInvoke(MachineBasicBlock *LandingPad,
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 301 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad, in addInvoke() function in MachineModuleInfo
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 393 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad, in addInvoke() function in MachineModuleInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 788 void addInvoke(MachineBasicBlock *LandingPad,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 670 void MachineFunction::addInvoke(MachineBasicBlock *LandingPad, in addInvoke() function in MachineFunction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1091 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5323 MMI.addInvoke(LandingPad, BeginLabel, EndLabel); in LowerCallTo()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5750 MMI.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerInvokable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6409 MF.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerInvokable()
|