Searched refs:CallBr (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 361 case CallBr: return "callbr"; in getOpcodeName() 589 case Instruction::CallBr: in mayReadFromMemory() 609 case Instruction::CallBr: in mayWriteToMemory()
|
| H A D | Value.cpp | 61 OpCode == Instruction::CallBr) in Value()
|
| H A D | Instructions.cpp | 262 case Instruction::CallBr: in Create() 285 assert(getOpcode() == Instruction::CallBr && "Unexpected opcode!"); in getNumSubclassExtraOperandsDynamic() 970 : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr, in CallBrInst()
|
| H A D | Verifier.cpp | 2237 if (auto *CallBr = dyn_cast<CallBrInst>(&Call)) { in verifyInlineAsmCall() local 2238 Check(LabelNo == CallBr->getNumIndirectDests(), in verifyInlineAsmCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
|
| H A D | InstrTypes.h | 1205 case Instruction::CallBr: 1248 I->getOpcode() == Instruction::CallBr;
|
| H A D | Instructions.h | 4178 return (I->getOpcode() == Instruction::CallBr); 4198 : CallBase(Ty->getReturnType(), Instruction::CallBr, 4209 : CallBase(Ty->getReturnType(), Instruction::CallBr,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AliasAnalysis.cpp | 698 case Instruction::CallBr: in getModRefInfo()
|
| H A D | ValueTracking.cpp | 4777 case Instruction::CallBr: in isSafeToSpeculativelyExecuteWithOpcode() 5150 case Instruction::CallBr: in canCreateUndefOrPoison()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 848 INSTKEYWORD(callbr, CallBr); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2807 case Instruction::CallBr: in initializeInformationCache() 3099 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in identifyDefaultAbstractAttributes()
|
| H A D | AttributorAttributes.cpp | 1563 (unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in updateImpl() 7433 case Instruction::CallBr: in analyzeUseIn()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 252 | CallBr Constructor
|
| H A D | llvm.mli | 276 | CallBr Constructor
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1779 case CallBr: return 0; in InstructionOpcodeToISD()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2026 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr,
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3005 case Instruction::CallBr: { in writeInstruction()
|