Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.h115 bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h538 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DRISCVISelLowering.cpp1260 bool RISCVTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h324 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DSIISelLowering.cpp1635 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in SITargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h607 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DARMISelLowering.cpp21012 bool ARMTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h685 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DAArch64ISelLowering.cpp15006 bool AArch64TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1039 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DPPCISelLowering.cpp16818 bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1403 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
H A DX86ISelLowering.cpp5840 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3062 virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, in shouldConvertConstantLoadToIntImm() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6893 if (TLI.shouldConvertConstantLoadToIntImm(Val, Ty)) in getMemsetStringVal()