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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h108 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h180 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h278 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DSIISelLowering.cpp1377 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:SITargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h462 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DAArch64ISelLowering.cpp9593 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h517 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DARMISelLowering.cpp16676 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h866 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DPPCISelLowering.cpp15206 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1145 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DX86ISelLowering.cpp5059 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2548 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5795 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty))

Completed in 875 milliseconds