Searched refs:shouldConvertConstantLoadToIntImm (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 83 bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
|
/external/llvm/lib/Target/R600/ |
D | SIISelLowering.h | 81 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
D | SIISelLowering.cpp | 364 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in SITargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 339 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
D | AArch64ISelLowering.cpp | 6861 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 391 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
D | ARMISelLowering.cpp | 10988 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in ARMTargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 823 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
D | X86ISelLowering.cpp | 3763 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in X86TargetLowering
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 570 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
D | PPCISelLowering.cpp | 11101 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in PPCTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1633 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3864 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty)) in getMemsetStringVal()
|