Home
last modified time | relevance | path

Searched refs:shouldConvertConstantLoadToIntImm (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.h87 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DSIISelLowering.cpp369 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in SITargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h327 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DAArch64ISelLowering.cpp6731 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in AArch64TargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h387 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DARMISelLowering.cpp11007 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in ARMTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h535 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DPPCISelLowering.cpp9798 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in PPCTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h800 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DX86ISelLowering.cpp3891 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in X86TargetLowering
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1558 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3761 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty)) in getMemsetStringVal()