Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.h282 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
DARMISelLowering.cpp10730 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h830 bool isVectorLoadExtDesirable(SDValue) const override;
DX86ISelLowering.cpp20792 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue) const { return true; } in isVectorLoadExtDesirable() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1666 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5897 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()
6035 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitSIGN_EXTEND()
6345 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitZERO_EXTEND()