Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.h74 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
HDWebAssemblyISelLowering.cpp567 bool WebAssemblyTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in WebAssemblyTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h362 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
HDARMISelLowering.cpp15017 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h799 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
HDAArch64ISelLowering.cpp3064 bool AArch64TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1080 bool isVectorLoadExtDesirable(SDValue) const override;
HDX86ISelLowering.cpp30151 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in X86TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2494 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp9285 !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()
9522 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in tryToFoldExtOfLoad()
9560 if (!TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in tryToFoldExtOfMaskedLoad()