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

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

Completed in 272 milliseconds