| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 79 DEF_INSTR(CallBr, OP(CallBr), CallBrInst)
|
| H A D | Instruction.h | 1309 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 D | Legality.cpp | 174 case Instruction::Opcode::CallBr: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 776 case CallBr: return "callbr"; in getOpcodeName() 1017 case Instruction::CallBr: in mayReadFromMemory() 1037 case Instruction::CallBr: in mayWriteToMemory()
|
| H A D | Core.cpp | 3151 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 D | Value.cpp | 65 OpCode == Instruction::CallBr) in Value()
|
| H A D | Instructions.cpp | 309 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 D | Metadata.cpp | 1236 case Instruction::CallBr: in getMergedProfMetadata()
|
| H A D | Verifier.cpp | 2673 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 D | Instruction.def | 137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
|
| H A D | Instruction.h | 394 case Instruction::CallBr:
|
| H A D | InstrTypes.h | 1147 case Instruction::CallBr: 1199 I->getOpcode() == Instruction::CallBr;
|
| H A D | Instructions.h | 4015 return (I->getOpcode() == Instruction::CallBr); 4035 : CallBase(Ty->getReturnType(), Instruction::CallBr, AllocInfo,
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 323 case Instruction::CallBr: { in isCompatibleReplacement()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasAnalysis.cpp | 580 case Instruction::CallBr: in getModRefInfo()
|
| H A D | ValueTracking.cpp | 7018 case Instruction::CallBr: in isSafeToSpeculativelyExecuteWithOpcode() 7460 case Instruction::CallBr: in canCreateUndefOrPoison()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 4048 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 D | Instruction.cpp | 586 llvm::CallBrInst *CallBr = in create() local 590 return Ctx.createCallBrInst(CallBr); in create()
|
| H A D | Context.cpp | 147 case llvm::Instruction::CallBr: { in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 942 INSTKEYWORD(callbr, CallBr); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 3249 case Instruction::CallBr: in initializeInformationCache() 3611 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in identifyDefaultAbstractAttributes()
|
| H A D | AttributorAttributes.cpp | 2105 (unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr, in updateImpl() 8293 case Instruction::CallBr: in analyzeUseIn()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1852 case CallBr: return 0; in InstructionOpcodeToISD()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2412 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 8089 case Instruction::CallBr: in passingValueIsAlwaysUndefined()
|