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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 361 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) {
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 149 unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
174 unsigned AArch64FastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 106 unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 137 unsigned TargetMaterializeAlloca(const AllocaInst *AI) override;
701 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 143 unsigned TargetMaterializeAlloca(const AllocaInst *C) override;
    [all...]

Completed in 248 milliseconds