HomeSort by relevance Sort by last modified time
    Searched refs:Alloca (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 759 case Instruction::Alloca:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 247 case Instruction::Alloca:
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CodeGenFunction.h 161 /// ReturnValue - The temporary alloca to hold the return value. This is null
276 /// into this alloca.
280 /// write the current selector value into this alloca.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 173 | Alloca
    [all...]
llvm.mli 229 | Alloca
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 176 "Alloca should always return a pointer.");
310 // Don't walk into other basic blocks unless the object is an alloca from
395 case Instruction::Alloca: {
467 // the alloca address into a register, set the base type back to register and
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 287 // Don't walk into other basic blocks unless the object is an alloca from
362 case Instruction::Alloca: {
404 // put the alloca address into a register, set the base type back to
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 110 /// isStaticAlloca - Return true if this alloca is in the entry block of the
115 /// \brief Return true if this alloca is used as an inalloca argument to a
122 /// \brief Specify whether this alloca is used to represent a the arguments to
131 return (I->getOpcode() == Instruction::Alloca);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 106 STATISTIC(NumFastIselFailAlloca,"Fast isel fails on Alloca");
    [all...]
SelectionDAGBuilder.cpp 88 // %buffer = alloca [4096 x i8]
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 758 // Don't walk into other basic blocks unless the object is an alloca from
839 case Instruction::Alloca: {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 695 case Instruction::Alloca: {
    [all...]

Completed in 761 milliseconds

12