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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h107 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h181 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h556 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DARMISelLowering.cpp18121 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:ARMTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h564 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DAArch64ISelLowering.cpp10354 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h292 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DSIISelLowering.cpp1488 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:SITargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h891 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DPPCISelLowering.cpp16288 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:PPCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1260 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DX86ISelLowering.cpp5133 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2695 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, function in class:llvm::TargetLoweringBase::NegatibleCost
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5938 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty))

Completed in 398 milliseconds