| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 357 Clause getClause() const { return Clause(Def->getValueAsDef("clause")); } in getClause() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 210 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 D | DeclOpenMP.h | 89 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
|
| H A D | StmtOpenMP.h | 514 OMPClause *getClause(unsigned I) const { return clauses()[I]; } in getClause() function
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 650 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 D | Instruction.cpp | 1157 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad()
|
| H A D | AsmWriter.cpp | 4546 writeOperand(LPI->getClause(i), true); in printInstruction()
|
| H A D | Core.cpp | 3540 return wrap(unwrap<LandingPadInst>(LandingPad)->getClause(Idx)); in LLVMGetClause()
|
| H A D | Verifier.cpp | 4652 Constant *Clause = LPI.getClause(i); in visitLandingPadInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 849 Value *Val = LPI->getClause(I - 1); in addLandingPad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1216 Constant *Clause = LPI->getClause(I); in runEHOnFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 281 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); in LandingPadHasOnlyCXXUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4575 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 D | Instruction.h | 1540 LLVM_ABI Constant *getClause(unsigned Idx) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 646 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2427 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 2935 Constant *getClause(unsigned Idx) const {
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3427 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()
|