Searched refs:isVector (Results 76 - 100 of 124) sorted by relevance

12345

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1704 if (!VT.isVector())
2093 if (ValVT.isVector() && ValVT.getVectorElementType() == MVT::i1)
2659 if (RegVT.isVector() && VA.getValVT().getScalarType() != MVT::i1)
3113 if (Arg.getValueType().isVector() &&
4753 assert(VT.isVector() && "Can't produce a non-vector with a build_vector!");
5248 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
5844 assert(!CVT.isVector() && "Must not broadcast a vector type");
6122 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx &&
8350 if (!NewVT.isVector() || NewVT.getScalarSizeInBits() != VT.getScalarSizeInBits())
8492 assert(V0VT.isVector()
[all...]
H A DX86ISelLowering.h764 return VT == MVT::f32 || VT == MVT::f64 || VT.isVector();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp387 if (Op.getValueType().isVector())
880 if (TLO.LegalTypes() && !ShiftAmtTy.isVector())
1110 !Op.getValueType().isVector() &&
1111 !Op.getOperand(0).getValueType().isVector() &&
3252 if (VT.isFloatingPoint() || VT.isVector()) {
3341 assert(LoadedVT.isInteger() && !LoadedVT.isVector() &&
3412 ST->getMemoryVT().isVector()) {
3498 !ST->getMemoryVT().isVector() &&
H A DSelectionDAGBuilder.cpp132 if (ValueVT.isVector())
204 !PartVT.isVector() && "Unexpected split");
279 assert(ValueVT.isVector() && "Not a vector value");
320 Val = DAG.getNode(IntermediateVT.isVector() ? ISD::CONCAT_VECTORS
331 if (PartEVT.isVector()) {
389 if (ValueVT.isVector())
400 assert(!ValueVT.isVector() && "Vector case handled elsewhere");
517 assert(ValueVT.isVector() && "Not a vector");
527 } else if (PartVT.isVector() &&
549 } else if (PartVT.isVector()
[all...]
H A DLegalizeTypes.cpp915 assert(Op.getValueType().isVector() && "Only applies to vectors!");
H A DLegalizeTypes.h798 if (Op.getValueType().isVector())
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp94 if (VT.isVector())
1905 else if (ValVT.isVector())
1918 if (ValVT.isVector()) {
2507 if (TheValType.isVector())
2511 if (TheValType.isVector())
3850 if (VT.isVector())
4292 assert(ResVT.isVector() && "Vector load must have vector type");
4407 if (ResVT.isVector()) {
H A DNVPTXAsmPrinter.cpp387 if (vtparts[i].isVector()) {
1608 if (vtparts[i].isVector()) {
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp638 if (Arg.VT.isVector()) {
789 if (Arg.VT.isVector()) {
959 if (Out.VT.isVector()) {
1177 if (!VT.isVector()) {
2022 if (!MemVT.isVector())
2315 assert(VT.isVector() &&
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp101 if (ValueVT.isVector())
171 !PartVT.isVector() && "Unexpected split");
220 assert(ValueVT.isVector() && "Not a vector value");
259 Val = DAG.getNode(IntermediateVT.isVector() ?
270 if (PartVT.isVector()) {
332 if (ValueVT.isVector())
343 assert(!ValueVT.isVector() && "Vector case handled elsewhere");
442 assert(ValueVT.isVector() && "Not a vector");
451 } else if (PartVT.isVector() &&
472 } else if (PartVT.isVector()
[all...]
H A DLegalizeTypes.h685 if (Op.getValueType().isVector())
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1178 if (!VT.isVector()) return MVT::i8;
1771 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256)
1773 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
1797 if (RegVT.isVector()) {
2134 if (RegVT.isVector() && RegVT.getSizeInBits() == 128) {
4298 assert(VT.isVector() && "Expected a vector type");
4327 assert(VT.isVector() && "Expected a vector type");
4658 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
7593 if (SrcVT.isVector())
7978 if (Op.getValueType().isVector())
[all...]
H A DX86FastISel.cpp1679 assert(VA.getLocVT().isInteger() && !VA.getLocVT().isVector() &&
1688 assert(VA.getLocVT().isInteger() && !VA.getLocVT().isVector() &&
1697 assert(VA.getLocVT().isInteger() && !VA.getLocVT().isVector() &&
H A DX86ISelDAGToDAG.cpp481 if (SrcVT.isVector() || DstVT.isVector())
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp559 EVT vecVT = InVT.isVector()? InVT: EVT::getVectorVT(*DAG.getContext(), InVT,
720 if (!InVT.isVector()) {
766 EVT vecVT = StVT.isVector()? StVT: EVT::getVectorVT(*DAG.getContext(), StVT,
928 if (!VT.isVector()){
2087 if (!VecVT.isSimple() || !VecVT.isVector()) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1253 if (!VT.isVector())
1303 if (VT.isFloatingPoint() || VT.isVector())
4173 if (VT.isVector())
4225 if (VT.isVector())
4418 if (!DstVT.isVector() || Op.getOpcode() != ISD::EXTRACT_VECTOR_ELT ||
4485 if (DAG.getDataLayout().isBigEndian() && SrcVT.isVector() &&
4507 assert(VT.isVector() && "Expected a vector type");
4607 if (VT.isVector()) {
4802 if (!VT.isVector())
9311 if (Subtarget->hasNEON() && N1.getOpcode() == ISD::AND && VT.isVector()
[all...]
H A DARMTargetTransformInfo.cpp179 if (SrcTy.isVector() && ST->hasNEON()) {
H A DARMFastISel.cpp1782 if (VT.isVector())
1890 if (ArgVT.isVector() || ArgVT.getSizeInBits() > 64)
1941 assert((!ArgVT.isVector() && ArgVT.getSizeInBits() <= 64) &&
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp980 if (VT.isInteger() && !VT.isVector() && VT.getSizeInBits() <= 32) {
1296 if (VT.isVector() || VT.getSizeInBits() > 64)
1491 if (RVEVT.isVector())
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp355 bool Vector = HexagonMCInstrInfo::isVector(*MCII, MI);
362 if (Vector && !HexagonMCInstrInfo::isVector(*MCII, *i->getInst()))
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h492 if (!(ValTy->isVectorTy() && !LT.second.isVector()) &&
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp672 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp193 if (VT.isInteger() && !VT.isVector()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1301 if (ArgVT.isVector() || ArgVT.getSizeInBits() > 64 || ArgVT == MVT::i1 ||
1532 if (ArgVT.isVector())
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp467 if (!VT.isVector())
792 if (ArgVT.isVector() && !VT.isVector())
827 assert(VA.getValVT().isVector());
851 assert(VA.getValVT().isVector());
2363 if (VT.isVector())
3094 if (VT.isVector()) {
4706 return VT.isVector() && VT.getVectorElementType().getSizeInBits() % 8 == 0;

Completed in 2057 milliseconds

12345