Home
last modified time | relevance | path

Searched refs:getClause (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/CodeGen/
DGlobalMerge.cpp514 dyn_cast<GlobalVariable>(LPInst->getClause(Idx) in setMustKeepGlobalVariables()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp470 Value *Val = I.getClause(i - 1); in AddLandingPadInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp582 Value *Val = I.getClause(i - 1); in AddLandingPadInfo()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1472 Value *CatchClause = LI.getClause(i); in visitLandingPadInst()
1502 Value *FilterClause = LI.getClause(i); in visitLandingPadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp822 Value *Val = I.getClause(i - 1); in addLandingPadInfo()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp515 L->addClause(LPI->getClause(i)); in HandleCallsInBlockInlinedThroughInvoke()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp892 Constant *Clause = LPI->getClause(i); in runEHOnFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2428 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst()
2458 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2604 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst()
2634 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
/external/clang/include/clang/AST/
DStmtOpenMP.h190 OMPClause *getClause(unsigned i) const { return clauses()[i]; } in getClause() function
/external/clang/lib/CodeGen/
DCGException.cpp241 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); in LandingPadHasOnlyCXXUses()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp533 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp613 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1456 Value *Clause = LPI.getClause(i); in visitLandingPadInst()
DAsmWriter.cpp1772 writeOperand(LPI->getClause(i), true); in printInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1180 PushValueAndType(LP.getClause(I), InstID, Vals, VE); in WriteInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2189 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; }
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2169 ClauseWriter.writeClause(E->getClause(i)); in VisitOMPExecutableDirective()
/external/llvm/lib/IR/
DAsmWriter.cpp2957 writeOperand(LPI->getClause(i), true); in printInstruction()
DCore.cpp2516 return wrap(unwrap<LandingPadInst>(LandingPad)->getClause(Idx)); in LLVMGetClause()
DVerifier.cpp3277 Constant *Clause = LPI.getClause(i); in visitLandingPadInst()
/external/llvm/include/llvm/IR/
DInstructions.h2759 Constant *getClause(unsigned Idx) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3630 writeOperand(LPI->getClause(i), true); in printInstruction()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2542 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3200 Constant *getClause(unsigned Idx) const {

12