/external/llvm-project/llvm/utils/TableGen/ |
D | DirectiveEmitter.cpp | 120 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/ |
D | DirectiveEmitter.h | 195 Clause getClause() const { return Clause{Def->getValueAsDef("clause")}; } in getClause() function
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 514 dyn_cast<GlobalVariable>(LPInst->getClause(Idx) in setMustKeepGlobalVariables()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclOpenMP.h | 89 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
|
D | StmtOpenMP.h | 277 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 582 Value *Val = I.getClause(i - 1); in AddLandingPadInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 844 Constant *Clause = LPI->getClause(I); in runEHOnFunction()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 887 Constant *Clause = LPI->getClause(I); in runEHOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 698 Value *Val = LPI->getClause(I - 1); in addLandingPad()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 676 ops.push_back(processConstant(lpi->getClause(i))); in processInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 721 Value *Val = LPI->getClause(I - 1); in addLandingPad()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2428 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/ |
D | InstructionCombining.cpp | 2873 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst() 2903 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 3145 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst() 3175 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 190 OMPClause *getClause(unsigned i) const { return clauses()[i]; } in getClause() function
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 241 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); in LandingPadHasOnlyCXXUses()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 533 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 616 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 609 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 267 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); in LandingPadHasOnlyCXXUses()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2169 ClauseWriter.writeClause(E->getClause(i)); in VisitOMPExecutableDirective()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2957 writeOperand(LPI->getClause(i), true); in printInstruction()
|
D | Core.cpp | 2516 return wrap(unwrap<LandingPadInst>(LandingPad)->getClause(Idx)); in LLVMGetClause()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2759 Constant *getClause(unsigned Idx) const {
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 2889 Constant *getClause(unsigned Idx) const {
|