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

12345

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp120 if (Ty.isVector()) {
138 if (Ty.isVector()) {
162 if (Ty.isVector() != Other.Ty.isVector())
163 return Ty.isVector() < Other.Ty.isVector();
172 if (Ty.isVector() && Ty.getNumElements() != Other.Ty.getNumElements())
190 if (VT.isVector() && VT.getVectorNumElements() != 1)
H A DIntrinsicEmitter.cpp373 if (MVT(VT).isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp747 if (HexagonMCInstrInfo::isVector(MCII, Inst)) {
771 unsigned Offset = HexagonMCInstrInfo::isVector(MCII, MI) ? VOffset
H A DHexagonMCInstrInfo.cpp854 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:HexagonMCInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp692 if (Ty.isVector()) {
985 if (OpTy.isVector()) {
1109 if (!Ty.isVector())
1124 if (!Ty.isVector())
1203 if (LoadTy.isVector()) {
1495 if (Ty.isVector())
1666 if (!StoreVT.isVector() || StoreVT.getElementType() != S16)
2362 if (DstTy.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp193 if (ValueVT.isVector())
264 !PartVT.isVector() && "Unexpected split");
348 assert(ValueVT.isVector() && "Not a vector value");
401 IntermediateVT.isVector()
408 Val = DAG.getNode(IntermediateVT.isVector() ? ISD::CONCAT_VECTORS
419 if (PartEVT.isVector()) {
507 if (ValueVT.isVector())
519 assert(!ValueVT.isVector() && "Vector case handled elsewhere");
664 assert(ValueVT.isVector() && "Not a vector");
677 } else if (PartVT.isVector()
[all...]
H A DLegalizeTypes.cpp879 assert(Op.getValueType().isVector() && "Only applies to vectors!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1925 if (VT.isVector())
1951 if (VT.isVector())
2872 if (!isTypeLegal(I->getType(), DestVT) || DestVT.isVector())
2905 if (!isTypeLegal(I->getType(), DestVT) || DestVT.isVector())
2988 if (VT.isVector() &&
3173 if (CopyVT.isVector() && !Subtarget->isLittleEndian())
3244 if (VT.isVector() || VT.getSizeInBits() > 64)
3903 if (RVEVT.isVector() && RVEVT.getVectorNumElements() > 1 &&
4689 if (VT.isVector())
4762 if (RetVT.isVector())
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1794 if (!VT.isVector())
1852 if (VT.isFloatingPoint() || VT.isVector())
5645 if (VT.isVector())
5729 if (VT.isVector())
5922 if (!DstVT.isVector() || Op.getOpcode() != ISD::EXTRACT_VECTOR_ELT ||
6002 if (DAG.getDataLayout().isBigEndian() && SrcVT.isVector() &&
6024 assert(VT.isVector() && "Expected a vector type");
6142 if (VT.isVector() && ST->hasNEON()) {
6252 assert(VT.isVector() && "vector shift count is not a vector type");
6267 assert(VT.isVector()
[all...]
H A DARMFastISel.cpp1782 if (VT.isVector())
1894 if (ArgVT.isVector() || ArgVT.getSizeInBits() > 64)
1945 assert((!ArgVT.isVector() && ArgVT.getSizeInBits() <= 64) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp681 if (!VT.isVector())
1294 if (ArgVT.isVector() && !VT.isVector())
1329 assert(VA.getValVT().isVector());
1353 assert(VA.getValVT().isVector());
2900 if (VT.isVector())
2917 if (VT.isVector()) {
3758 if (VT.isVector()) {
5689 return VT.isVector() && VT.getScalarSizeInBits() % 8 == 0 && VT.isSimple();
5954 if (LdVT.isVector() || LdV
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1031 if (VT.isInteger() && !VT.isVector() && VT.getSizeInBits() <= 32) {
1534 if (VT.isVector() || VT.getSizeInBits() > 64)
1738 if (RVEVT.isVector())
H A DMipsRegisterBankInfo.cpp459 if (RegTy.isVector() && RegTy.getSizeInBits() != 128)
H A DMipsInstructionSelector.cpp235 if (Ty.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp185 if (VT.isVector()) {
2263 if (VT.isVector())
2276 if (ValVT.isVector()) {
4329 if (VT.isVector())
4764 assert(ResVT.isVector() && "Vector load must have vector type");
4907 if (ResVT.isVector()) {
H A DNVPTXAsmPrinter.cpp380 if (vtparts[i].isVector()) {
1582 if (vtparts[i].isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3282 (VT.isVector() && VT.getVectorElementType() == MVT::i1))
3328 assert(VA.getLocVT().isInteger() && !VA.getLocVT().isVector() &&
3341 assert(VA.getLocVT().isInteger() && !VA.getLocVT().isVector() &&
3361 assert(VA.getLocVT().isInteger() && !VA.getLocVT().isVector() &&
3661 if (!SrcVT.isVector() || !DstVT.isVector() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp153 if (isVector())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h146 bool isVector);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h411 bool ParseArrayVectorType(Type *&Result, bool isVector);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp177 if (RegTy.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1584 if (!VT.isVector())
2765 if (VT.isVector()) {
5119 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
5123 if (isVector) {
7065 if (ValVT.isVector() || LocVT.isVector())
7974 if (Op.getValueType().isVector())
7999 if (Op.getOperand(1).getValueType().isVector())
8051 assert(Op.getValueType().isVector() && "Vector type expected.");
8497 assert(VecVT.isVector()
5116 LowerMemOpCallTo( SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments, const SDLoc &dl) argument
[all...]
H A DPPCFastISel.cpp1401 if (ArgVT.isVector() || ArgVT.getSizeInBits() > 64 || ArgVT == MVT::i1 ||
1625 if (ArgVT.isVector())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1406 assert(CTy && CTy->isVector() && "Composite type is not a vector");
1432 if (CTy->isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp538 if (VT.isVector())

Completed in 384 milliseconds

12345