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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 484 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 453 virtual unsigned fastMaterializeAlloca(const AllocaInst *C) { return 0; }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 144 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
523 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 216 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
287 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 110 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 128 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
665 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 150 unsigned fastMaterializeAlloca(const AllocaInst *C) override;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 217 Reg = fastMaterializeAlloca(cast<AllocaInst>(V));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 243 unsigned fastMaterializeAlloca(const AllocaInst *AI) override;
311 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) {
    [all...]

Completed in 2226 milliseconds