Searched refs:shouldConvertConstantLoadToIntImm (Results 1 – 12 of 12) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | SIISelLowering.h | 87 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
| H A D | SIISelLowering.cpp | 369 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in SITargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 327 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
| H A D | AArch64ISelLowering.cpp | 6731 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in AArch64TargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 387 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
| H A D | ARMISelLowering.cpp | 11007 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in ARMTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 535 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
| H A D | PPCISelLowering.cpp | 9798 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in PPCTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 800 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
|
| H A D | X86ISelLowering.cpp | 3891 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in X86TargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 1558 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3761 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty)) in getMemsetStringVal()
|