Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/utils/TableGen/
DDirectiveEmitter.cpp120 const auto insRes = CrtClauses.insert(VerClause.getClause().getName()); in HasDuplicateClauses()
122 PrintError("Clause " + VerClause.getClause().getRecordName() + in HasDuplicateClauses()
349 const auto ClauseFormattedName = VerClause.getClause().getFormattedName(); in GenerateCaseForVersionedClauses()
428 << VerClause.getClause().getFormattedName() << ",\n"; in GenerateClauseSet()
/external/llvm-project/llvm/include/llvm/TableGen/
DDirectiveEmitter.h195 Clause getClause() const { return Clause{Def->getValueAsDef("clause")}; } in getClause() function
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp514 dyn_cast<GlobalVariable>(LPInst->getClause(Idx) in setMustKeepGlobalVariables()
/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h89 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
DStmtOpenMP.h277 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp582 Value *Val = I.getClause(i - 1); in AddLandingPadInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp844 Constant *Clause = LPI->getClause(I); in runEHOnFunction()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp887 Constant *Clause = LPI->getClause(I); in runEHOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp698 Value *Val = LPI->getClause(I - 1); in addLandingPad()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp676 ops.push_back(processConstant(lpi->getClause(i))); in processInstruction()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp721 Value *Val = LPI->getClause(I - 1); in addLandingPad()
/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-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2873 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst()
2903 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3145 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst()
3175 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/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp616 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp609 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp267 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); in LandingPadHasOnlyCXXUses()
/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()
/external/llvm/include/llvm/IR/
DInstructions.h2759 Constant *getClause(unsigned Idx) const {
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h2889 Constant *getClause(unsigned Idx) const {

12