Home
last modified time | relevance | path

Searched refs:TargetMaterializeAlloca (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-alloca.ll1 ; This test should cause the TargetMaterializeAlloca to be invoked
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-alloca.ll1 ; This test should cause the TargetMaterializeAlloca to be invoked
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h338 virtual unsigned TargetMaterializeAlloca(const AllocaInst* C) { in TargetMaterializeAlloca() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp150 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);
659 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { in TargetMaterializeAlloca() function in ARMFastISel
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp127 unsigned TargetMaterializeAlloca(const AllocaInst *C);
2069 unsigned X86FastISel::TargetMaterializeAlloca(const AllocaInst *C) { in TargetMaterializeAlloca() function in X86FastISel
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp166 Reg = TargetMaterializeAlloca(cast<AllocaInst>(V)); in materializeRegForValue()