Home
last modified time | relevance | path

Searched refs:canCombineStoreAndExtract (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.h418 bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
DARMISelLowering.cpp11115 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function in ARMTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h301 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4249 !TLI->canCombineStoreAndExtract(Inst->getOperand(0)->getType(), in OptimizeExtractElementInst()