Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def79 DEF_INSTR(CallBr, OP(CallBr), CallBrInst)
H A DInstruction.h1309 Opc == Instruction::ClassID::CallBr; in classof()
1486 : CallBase(ClassID::CallBr, Opcode::CallBr, I, Ctx) {} in CallBrInst()
1497 return From->getSubclassID() == ClassID::CallBr; in classof()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp174 case Instruction::Opcode::CallBr: in notVectorizableBasedOnOpcodesAndTypes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp776 case CallBr: return "callbr"; in getOpcodeName()
1017 case Instruction::CallBr: in mayReadFromMemory()
1037 case Instruction::CallBr: in mayWriteToMemory()
H A DCore.cpp3151 LLVMBasicBlockRef LLVMGetCallBrDefaultDest(LLVMValueRef CallBr) { in LLVMGetCallBrDefaultDest() argument
3152 return wrap(unwrap<CallBrInst>(CallBr)->getDefaultDest()); in LLVMGetCallBrDefaultDest()
3155 unsigned LLVMGetCallBrNumIndirectDests(LLVMValueRef CallBr) { in LLVMGetCallBrNumIndirectDests() argument
3156 return unwrap<CallBrInst>(CallBr)->getNumIndirectDests(); in LLVMGetCallBrNumIndirectDests()
3159 LLVMBasicBlockRef LLVMGetCallBrIndirectDest(LLVMValueRef CallBr, unsigned Idx) { in LLVMGetCallBrIndirectDest() argument
3160 return wrap(unwrap<CallBrInst>(CallBr)->getIndirectDest(Idx)); in LLVMGetCallBrIndirectDest()
H A DValue.cpp65 OpCode == Instruction::CallBr) in Value()
H A DInstructions.cpp309 case Instruction::CallBr: in Create()
331 assert(getOpcode() == Instruction::CallBr && "Unexpected opcode!"); in getNumSubclassExtraOperandsDynamic()
959 : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr, in CallBrInst()
H A DMetadata.cpp1236 case Instruction::CallBr: in getMergedProfMetadata()
H A DVerifier.cpp2673 if (auto *CallBr = dyn_cast<CallBrInst>(&Call)) { in verifyInlineAsmCall() local
2674 Check(LabelNo == CallBr->getNumIndirectDests(), in verifyInlineAsmCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
H A DInstruction.h394 case Instruction::CallBr:
H A DInstrTypes.h1147 case Instruction::CallBr:
1199 I->getOpcode() == Instruction::CallBr;
H A DInstructions.h4015 return (I->getOpcode() == Instruction::CallBr);
4035 : CallBase(Ty->getReturnType(), Instruction::CallBr, AllocInfo,
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp323 case Instruction::CallBr: { in isCompatibleReplacement()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp580 case Instruction::CallBr: in getModRefInfo()
H A DValueTracking.cpp7018 case Instruction::CallBr: in isSafeToSpeculativelyExecuteWithOpcode()
7460 case Instruction::CallBr: in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4048 LLVM_C_ABI LLVMBasicBlockRef LLVMGetCallBrDefaultDest(LLVMValueRef CallBr);
4056 LLVM_C_ABI unsigned LLVMGetCallBrNumIndirectDests(LLVMValueRef CallBr);
4063 LLVM_C_ABI LLVMBasicBlockRef LLVMGetCallBrIndirectDest(LLVMValueRef CallBr,
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp586 llvm::CallBrInst *CallBr = in create() local
590 return Ctx.createCallBrInst(CallBr); in create()
H A DContext.cpp147 case llvm::Instruction::CallBr: { in getOrCreateValueInternal()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp942 INSTKEYWORD(callbr, CallBr); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3249 case Instruction::CallBr: in initializeInformationCache()
3611 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in identifyDefaultAbstractAttributes()
H A DAttributorAttributes.cpp2105 (unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in updateImpl()
8293 case Instruction::CallBr: in analyzeUseIn()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1852 case CallBr: return 0; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2412 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp8089 case Instruction::CallBr: in passingValueIsAlwaysUndefined()

12