/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 417 ValueSymbolTable *VST; in takeName() local 418 bool Failure = getSymTab(V, VST); in takeName() 423 if (ST == VST) { in takeName() 434 if (VST) in takeName() 435 VST->removeValueName(V->getValueName()); in takeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPInstrPatternsVec.td | 49 defm : VectorStore<v256f64, i64, v256i1, "VST", "VST">; 50 defm : VectorStore<v256i64, i64, v256i1, "VST", "VST">;
|
H A D | VEInstrFormats.td | 48 /// For example, the index of VL of (VST $sy, $sz, $sx, $vl) is 3 (beginning 49 /// from 0), and the index of VL of (VST $sy, $sz, $sx, $vm, $vl) is 4. We
|
H A D | VEInstrVec.td | 181 // Multiclass for VST instructions 214 // Section 8.9.7 - VST (Vector Store) 215 defm VST : VSTm<"vst", 0x91, V64>; 217 // Section 8.9.8 - VST (Vector Store Upper)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 576 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 577 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
H A D | DXILBitcodeWriter.cpp | 344 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 2550 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 2551 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 2562 for (auto &VI : VST) { in writeFunctionLevelValueSymbolTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 609 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 610 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
H A D | BitcodeWriter.cpp | 405 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 3461 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 3462 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 3471 for (const ValueName &Name : VST) { in writeFunctionLevelValueSymbolTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM4.td | 115 def : M4UnitL1I<(instregex "VST")>;
|
H A D | ARMScheduleM55.td | 447 def : InstRW<[M55WriteLSE2], (instregex "VST")>;
|
H A D | ARMScheduleA57.td | 146 "VST(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm", 147 "VST(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
|
H A D | ARMInstrInfo.td | 1340 // VLD/VST instructions and checking the alignment is not specified. 1351 // VLD/VST instructions and checking the alignment value. 1362 // VLD/VST instructions and checking the alignment value. 1373 // VLD/VST instructions and checking the alignment value. 1384 // for VLD/VST instructions and checking the alignment value. 1395 // encoding for VLD/VST instructions and checking the alignment value.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 127 Opcode = LoongArch::VST; in storeRegToStackSlot()
|
H A D | LoongArchLSXInstrInfo.td | 1175 def VST : LSX2RI12_Store<0x2c400000>; 1841 defm : StPat<store, VST, LSX128, vt>; 2223 (VST LSX128:$vd, GPR:$rj, (to_valid_timm timm:$imm))>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 214 defm VST : StoreVRXAlign<"vst", 0xE70E>; 454 (VST VR128:$src, bdxaddr12only:$addr)>; 1548 (VST VR128:$src, bdxaddr12only:$addr)>; 1843 (VST VR128:$src, bdxaddr12only:$addr)>;
|
H A D | SystemZAsmPrinter.cpp | 532 case SystemZ::VST: in emitInstruction()
|
H A D | SystemZFrameLowering.cpp | 664 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
|
H A D | SystemZInstrInfo.cpp | 1889 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
|
H A D | SystemZScheduleZ13.td | 1208 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
H A D | SystemZScheduleZ14.td | 1227 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
H A D | SystemZScheduleZ15.td | 1249 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
H A D | SystemZScheduleZ16.td | 1255 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ole2compounddocs | 370 # VSD~Drawing VSS~Stencil VST~Template
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSiFive7.td | 567 // VST*R is LMUL aware
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 10206 MVT VST; in LowerBitreverse() local 10213 VST = MVT::v8i8; in LowerBitreverse() 10214 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10220 VST = MVT::v16i8; in LowerBitreverse() 10221 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10227 VST = MVT::v8i8; in LowerBitreverse() 10228 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10234 VST = MVT::v16i8; in LowerBitreverse() 10235 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 10242 DAG.getNode(ISD::BITREVERSE, DL, VST, REVB)); in LowerBitreverse()
|