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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 365 /// TargetMaterializeAlloca - Emit an alloca address in a register using
367 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) {
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 146 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);
741 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 131 unsigned TargetMaterializeAlloca(const AllocaInst *C);
    [all...]

Completed in 207 milliseconds