HomeSort by relevance Sort by last modified time
    Searched defs:TargetMaterializeAlloca (Results 1 - 3 of 3) 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...]

Completed in 123 milliseconds