Home
last modified time | relevance | path

Searched refs:isByteSized (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp155 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
262 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
472 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
H A DLegalizeVectorTypes.cpp1700 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()
2732 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()
4020 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()
4877 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
H A DLegalizeFloatTypes.cpp1619 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1979 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp516 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
3188 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
4527 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
H A DTargetLowering.cpp7315 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()
7358 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
7409 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
H A DLegalizeDAG.cpp1515 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
H A DDAGCombiner.cpp1234 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
18390 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()
20134 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
H A DMachineValueType.h1041 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h210 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp687 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
H A DLegalizerHelper.cpp6242 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2850 if (!VT.isByteSized()) in shouldCombineMemoryType()
H A DSIISelLowering.cpp10215 EltVT.isByteSized() && in performExtractVectorEltCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13693 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7724 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()