Home
last modified time | relevance | path

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

/external/llvm/lib/Target/BPF/
DBPFISelLowering.h83 bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h89 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
DSIISelLowering.cpp530 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in SITargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h339 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
DAArch64ISelLowering.cpp7314 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h416 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
DARMISelLowering.cpp11828 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h601 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
DPPCISelLowering.cpp11432 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in PPCTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h884 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
DX86ISelLowering.cpp4180 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1706 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4119 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty)) in getMemsetStringVal()