Searched refs:VT0 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp211 VectorType *VT0 = dyn_cast<VectorType>(Ty0); local
213 if (!VT0 || !VT1)
216 if (VT0->getNumElements() != 3 ||
220 return DL->getTypeSizeInBits(VT0->getElementType()) ==
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3973 EVT VT0 = getSetCCResultType(getSETCCOperandType(SETCC0)); local
3975 unsigned ScalarBits0 = VT0.getScalarSizeInBits();
3983 EVT NarrowVT = ((ScalarBits0 < ScalarBits1) ? VT0 : VT1);
3984 EVT WideVT = ((NarrowVT == VT0) ? VT1 : VT0);
3993 MaskVT = VT0;
3996 SETCC0 = convertMask(SETCC0, VT0, MaskVT);
H A DDAGCombiner.cpp8516 EVT VT0 = N0.getValueType(); local
8525 if (VT == VT0 && VT == MVT::i1 && (N0 == N1 || isOneConstant(N1)))
8532 if (VT == VT0 && VT == MVT::i1 && isNullConstant(N1)) {
8538 if (VT == VT0 && VT == MVT::i1 && isOneConstant(N2)) {
8545 if (VT == VT0 && VT == MVT::i1 && (N0 == N2 || isNullConstant(N2)))
8552 if (VT0 == MVT::i1) {
8674 SDVTList VTs = DAG.getVTList(VT, VT0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp75 for (MVT VT0 : MVT::fixedlen_vector_valuetypes()) {
77 setTruncStoreAction(VT0, VT1, Expand);
78 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand);
79 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand);
80 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 289 milliseconds