Home
last modified time | relevance | path

Searched refs:fastMaterializeAlloca (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h484 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h483 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h484 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; } in fastMaterializeAlloca() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp144 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
523 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp175 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
598 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp174 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
597 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in WebAssemblyFastISel
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp216 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
287 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp110 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2155 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp265 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
337 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/external/llvm-project/llvm/lib/Target/Mips/
DMipsFastISel.cpp265 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
337 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in MipsFastISel
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp110 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2279 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp109 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
2265 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in PPCFastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp158 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
661 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm-project/llvm/lib/Target/ARM/
DARMFastISel.cpp157 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
648 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp128 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
665 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp150 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3667 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp153 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3885 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp154 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
3866 unsigned X86FastISel::fastMaterializeAlloca(const AllocaInst *C) { in fastMaterializeAlloca() function in X86FastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp217 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp423 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp409 Reg = fastMaterializeAlloca(cast<AllocaInst>(V)); in materializeConstant()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp243 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
311 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp288 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
356 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp288 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
356 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca() function in AArch64FastISel