Searched refs:VCI (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | ExegesisEmitter.cpp | 148 for (const ValidationCounterInfo &VCI : ValidationCounters) { in emitPfmCountersInfo() local 149 OS << " { " << VCI.EventName << ", " << Target << "PfmCounterNames[" in emitPfmCountersInfo() 150 << VCI.PfmCounterID << "]},\n"; in emitPfmCountersInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI, 1188 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant() argument 1189 assert((VCI.Opcode == SystemZISD::BYTE_MASK || in loadVectorConstant() 1190 VCI.Opcode == SystemZISD::REPLICATE || in loadVectorConstant() 1191 VCI.Opcode == SystemZISD::ROTATE_MASK) && in loadVectorConstant() 1193 assert(VCI.VecVT.getSizeInBits() == 128 && "Expected a vector type"); in loadVectorConstant() 1197 for (unsigned OpVal : VCI.OpVals) in loadVectorConstant() 1199 SDValue Op = CurDAG->getNode(VCI.Opcode, DL, VCI.VecVT, Ops); in loadVectorConstant() 1201 if (VCI.VecVT == VT.getSimpleVT()) in loadVectorConstant() 1692 SystemZVectorConstantInfo VCI(Val); in Select() local [all …]
|
| H A D | SystemZISelLowering.cpp | 8219 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, Val.getZExtValue())); in combineSTORE() local 8220 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE() 8221 VCI.Opcode == SystemZISD::REPLICATE) { in combineSTORE() 8222 Word = DAG.getConstant(VCI.OpVals[0], SDLoc(SN), MVT::i32); in combineSTORE() 8223 WordVT = VCI.VecVT.getScalarType(); in combineSTORE() 8243 SystemZVectorConstantInfo VCI( in combineSTORE() local 8245 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE() 8246 VCI.Opcode == SystemZISD::REPLICATE && VCI.OpVals[0] == 1 && in combineSTORE() 8247 WordVT == VCI.VecVT.getScalarType()) in combineSTORE()
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 398 %token VPI VCI 880 | VCI { $$.atmfieldtype = A_VCI; }
|
| H A D | scanner.l | 358 vci return VCI;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 2062 if (const auto *VCI = dyn_cast<llvm::ConstantInt>(ArgValue)) { in EmitOverflowCheckedAbs() local 2063 if (!VCI->isMinSignedValue()) in EmitOverflowCheckedAbs()
|