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

/external/llvm/lib/Target/R600/
H A DSIISelLowering.h57 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DSIISelLowering.cpp281 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:SITargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h317 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DAArch64ISelLowering.cpp6301 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h386 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DARMISelLowering.cpp10768 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h470 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DPPCISelLowering.cpp8900 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h769 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DX86ISelLowering.cpp3656 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:X86TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1411 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3743 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty))

Completed in 1345 milliseconds