|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/InstrTypes.h 81 I->getOpcode() == Instruction::Alloca ||
include/llvm/IR/Instructions.h 149 return (I->getOpcode() == Instruction::Alloca);
lib/Analysis/InstructionSimplify.cpp 5383 case Instruction::Alloca:
lib/Analysis/ObjCARCInstKind.cpp 250 case Instruction::Alloca:
lib/Analysis/ValueTracking.cpp 1291 case Instruction::Alloca: {
3954 case Instruction::Alloca:
lib/AsmParser/LLLexer.cpp 876 INSTKEYWORD(alloca, Alloca);
lib/Bitcode/Writer/BitcodeWriter.cpp 2910 case Instruction::Alloca: {
lib/CodeGen/SelectionDAG/FastISel.cpp 1862 case Instruction::Alloca:
lib/CodeGen/TargetLoweringBase.cpp 1610 case Alloca: return 0;
lib/ExecutionEngine/Interpreter/Execution.cpp 1040 if (I.getOpcode() == Instruction::Alloca)
lib/IR/Instruction.cpp 331 case Alloca: return "alloca";
lib/IR/Instructions.cpp 1230 : UnaryInstruction(PointerType::get(Ty, AddrSpace), Alloca,
1241 : UnaryInstruction(PointerType::get(Ty, AddrSpace), Alloca,
lib/Target/AArch64/AArch64FastISel.cpp 669 case Instruction::Alloca: {
lib/Target/ARM/ARMFastISel.cpp 800 case Instruction::Alloca: {
lib/Target/ARM/ARMTargetTransformInfo.cpp 934 case Instruction::Alloca:
lib/Target/Mips/MipsFastISel.cpp 530 case Instruction::Alloca: {
lib/Target/PowerPC/PPCFastISel.cpp 390 case Instruction::Alloca: {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 318 case Instruction::Alloca: {
lib/Target/X86/X86FastISel.cpp 872 case Instruction::Alloca: {
lib/Transforms/IPO/FunctionAttrs.cpp 902 case Instruction::Alloca:
lib/Transforms/IPO/PartialInlining.cpp 857 case Instruction::Alloca:
lib/Transforms/Utils/Local.cpp 2939 case Instruction::Alloca:
tools/lldb/source/Expression/IRInterpreter.cpp 519 case Instruction::Alloca:
806 case Instruction::Alloca: {