Searched refs:canCombineStoreAndExtract (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 471 bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
|
D | ARMISelLowering.cpp | 12451 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 542 bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
|
D | ARMISelLowering.cpp | 14437 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function in ARMTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 366 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 543 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract() function
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5134 !TLI->canCombineStoreAndExtract(Inst->getOperand(0)->getType(), in optimizeExtractElementInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6180 !TLI->canCombineStoreAndExtract(Inst->getOperand(0)->getType(), in optimizeExtractElementInst()
|