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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 353 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) {
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 88 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);
295 unsigned PPCFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 130 unsigned TargetMaterializeAlloca(const AllocaInst *C);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 147 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);
747 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
    [all...]

Completed in 63 milliseconds