Home
last modified time | relevance | path

Searched refs:CallBr (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp361 case CallBr: return "callbr"; in getOpcodeName()
589 case Instruction::CallBr: in mayReadFromMemory()
609 case Instruction::CallBr: in mayWriteToMemory()
H A DValue.cpp61 OpCode == Instruction::CallBr) in Value()
H A DInstructions.cpp262 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 DVerifier.cpp2237 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 DInstruction.def137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
H A DInstrTypes.h1205 case Instruction::CallBr:
1248 I->getOpcode() == Instruction::CallBr;
H A DInstructions.h4178 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 DAliasAnalysis.cpp698 case Instruction::CallBr: in getModRefInfo()
H A DValueTracking.cpp4777 case Instruction::CallBr: in isSafeToSpeculativelyExecuteWithOpcode()
5150 case Instruction::CallBr: in canCreateUndefOrPoison()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp848 INSTKEYWORD(callbr, CallBr); in LexIdentifier()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2807 case Instruction::CallBr: in initializeInformationCache()
3099 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in identifyDefaultAbstractAttributes()
H A DAttributorAttributes.cpp1563 (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 Dllvm.ml252 | CallBr Constructor
H A Dllvm.mli276 | CallBr Constructor
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1779 case CallBr: return 0; in InstructionOpcodeToISD()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2026 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr,
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3005 case Instruction::CallBr: { in writeInstruction()