Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp133 const auto insRes = CrtClauses.insert(VerClause.getClause().getName()); in HasDuplicateClauses()
135 PrintError("Clause " + VerClause.getClause().getRecordName() + in HasDuplicateClauses()
410 const auto ClauseFormattedName = VerClause.getClause().getFormattedName(); in GenerateCaseForVersionedClauses()
791 << VerClause.getClause().getFormattedName() << ",\n"; in GenerateClauseSet()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h217 Clause getClause() const { return Clause{Def->getValueAsDef("clause")}; } in getClause() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h89 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
H A DStmtOpenMP.h528 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1082 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad()
H A DAsmWriter.cpp4353 writeOperand(LPI->getClause(i), true); in printInstruction()
H A DCore.cpp3485 return wrap(unwrap<LandingPadInst>(LandingPad)->getClause(Idx)); in LLVMGetClause()
H A DVerifier.cpp4484 Constant *Clause = LPI.getClause(i); in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp807 Value *Val = LPI->getClause(I - 1); in addLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1211 Constant *Clause = LPI->getClause(I); in runEHOnFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp281 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); in LandingPadHasOnlyCXXUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4133 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst()
4163 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp627 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2427 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2797 Constant *getClause(unsigned Idx) const {
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3264 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()