HomeSort by: relevance | last modified time | path
    Searched refs:shouldConvertConstantLoadToIntImm (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.h 115 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 429 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 637 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
AArch64ISelLowering.cpp 11842 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h 307 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
SIISelLowering.cpp 1577 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 598 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
ARMISelLowering.cpp 19252 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 975 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
PPCISelLowering.cpp 16078 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1290 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
X86ISelLowering.cpp 5272 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2740 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 6243 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty))

Completed in 116 milliseconds