Searched defs:SrcVTy (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1131 VectorType *SrcVTy = dyn_cast<VectorType>(SrcTy); in getMaskedMemoryOpCost() local 1435 int X86TTIImpl::getGSVectorCost(unsigned Opcode, Type *SrcVTy, Value *Ptr, in getGSVectorCost() 1503 int X86TTIImpl::getGSScalarCost(unsigned Opcode, Type *SrcVTy, in getGSScalarCost() 1540 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1953 VectorType *SrcVTy = dyn_cast<VectorType>(SrcTy); in getMaskedMemoryOpCost() local 2436 int X86TTIImpl::getGSVectorCost(unsigned Opcode, Type *SrcVTy, Value *Ptr, in getGSVectorCost() 2507 int X86TTIImpl::getGSScalarCost(unsigned Opcode, Type *SrcVTy, in getGSScalarCost() 2544 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 405 if (VectorType *SrcVTy = in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 1732 if (VectorType *SrcVTy = dyn_cast<VectorType>(SrcTy)) { in visitBitCast() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 451 if (VectorType *SrcVTy = in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 1871 if (VectorType *SrcVTy = dyn_cast<VectorType>(SrcTy)) { in visitBitCast() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 359 if (VectorType *SrcVTy = in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 2314 if (VectorType *SrcVTy = dyn_cast<VectorType>(SrcTy)) { in visitBitCast() local
|