Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h413 bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
H A DARMISelLowering.cpp11131 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function in ARMTargetLowering
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h291 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4121 !TLI->canCombineStoreAndExtract(Inst->getOperand(0)->getType(), in OptimizeExtractElementInst()