Home
last modified time | relevance | path

Searched defs:isVectorLoadExtDesirable (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h1793 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() function
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11196 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22480 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue) const { return true; } in isVectorLoadExtDesirable() function in X86TargetLowering