Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.h285 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
DARMISelLowering.cpp11196 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h881 bool isVectorLoadExtDesirable(SDValue) const override;
DX86ISelLowering.cpp22480 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue) const { return true; } in isVectorLoadExtDesirable() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1793 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5952 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()
6090 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitSIGN_EXTEND()
6400 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0)); in visitZERO_EXTEND()