Searched refs:isVectorLoadExtDesirable (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h73 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
H A DWebAssemblyISelLowering.cpp603 bool WebAssemblyTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { function in class:WebAssemblyTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h401 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
H A DARMISelLowering.cpp16395 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { function in class:ARMTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h936 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
H A DAArch64ISelLowering.cpp3314 bool AArch64TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1195 bool isVectorLoadExtDesirable(SDValue) const override;
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2639 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } function in class:llvm::TargetLoweringBase::NegatibleCost
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9681 // This combine is controlled by TargetLowering::isVectorLoadExtDesirable.
9691 !TLI.isVectorLoadExtDesirable(SDValue(N, 0)))
9927 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));
9965 if (!TLI.isVectorLoadExtDesirable(SDValue(N, 0)))

Completed in 499 milliseconds