Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h357 Clause getClause() const { return Clause(Def->getValueAsDef("clause")); } in getClause() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp210 StringRef Name = VerClause.getClause().getRecordName(); in hasDuplicateClauses()
549 getIdentifierName(VerClause.getClause().getRecord(), Prefix); in generateCaseForVersionedClauses()
937 Clause C = VerClause.getClause(); in generateClauseSet()
/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.h514 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp650 Constant *LandingPadInst::getClause(unsigned Idx) const { in getClause() function in llvm::sandboxir::LandingPadInst
652 Ctx.getValue(cast<llvm::LandingPadInst>(Val)->getClause(Idx))); in getClause()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1157 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad()
H A DAsmWriter.cpp4546 writeOperand(LPI->getClause(i), true); in printInstruction()
H A DCore.cpp3540 return wrap(unwrap<LandingPadInst>(LandingPad)->getClause(Idx)); in LLVMGetClause()
H A DVerifier.cpp4652 Constant *Clause = LPI.getClause(i); in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp849 Value *Val = LPI->getClause(I - 1); in addLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1216 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.cpp4575 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst()
4605 Constant *FilterClause = LI.getClause(i); in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1540 LLVM_ABI Constant *getClause(unsigned Idx) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp646 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.h2935 Constant *getClause(unsigned Idx) const {
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3427 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()