HomeSort by relevance Sort by last modified time
    Searched refs:TargetMaterializeAlloca (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 336 /// TargetMaterializeAlloca - Emit an alloca address in a register using
338 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 150 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);
659 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 127 unsigned TargetMaterializeAlloca(const AllocaInst *C);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 166 Reg = TargetMaterializeAlloca(cast<AllocaInst>(V));
    [all...]

Completed in 85 milliseconds