| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Value.cpp | 415 ValueSymbolTable *VST; in takeName() local 416 bool Failure = getSymTab(V, VST); in takeName() 421 if (ST == VST) { in takeName() 432 if (VST) in takeName() 433 VST->removeValueName(V->getValueName()); in takeName()
|
| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 572 void ValueEnumerator::EnumerateValueSymbolTable(const ValueSymbolTable &VST) { in EnumerateValueSymbolTable() argument 573 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end(); in EnumerateValueSymbolTable()
|
| H A D | BitcodeWriter.cpp | 395 void writeFunctionLevelValueSymbolTable(const ValueSymbolTable &VST); 3323 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 3324 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 3333 for (const ValueName &Name : VST) { in writeFunctionLevelValueSymbolTable()
|
| /openbsd-src/gnu/llvm/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); 2560 const ValueSymbolTable &VST) { in writeFunctionLevelValueSymbolTable() argument 2561 if (VST.empty()) in writeFunctionLevelValueSymbolTable() 2572 for (auto &VI : VST) { in writeFunctionLevelValueSymbolTable()
|
| /openbsd-src/gnu/llvm/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 | 1319 // VLD/VST instructions and checking the alignment is not specified. 1330 // VLD/VST instructions and checking the alignment value. 1341 // VLD/VST instructions and checking the alignment value. 1352 // VLD/VST instructions and checking the alignment value. 1363 // for VLD/VST instructions and checking the alignment value. 1374 // encoding for VLD/VST instructions and checking the alignment value.
|
| H A D | ARMInstrNEON.td | 1663 // Classes for VST* pseudo-instructions with multi-register operands. 2125 // Classes for VST*LN pseudo-instructions with multi-register operands.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 444 case SystemZ::VST: in emitInstruction()
|
| H A D | SystemZInstrVector.td | 214 defm VST : StoreVRXAlign<"vst", 0xE70E>; 454 (VST VR128:$src, bdxaddr12only:$addr)>; 1658 (VST VR128:$src, bdxaddr12only:$addr)>;
|
| H A D | SystemZFrameLowering.cpp | 675 MBBI->getOpcode() == SystemZ::VST) in emitPrologue()
|
| H A D | SystemZInstrInfo.cpp | 1629 StoreOpcode = SystemZ::VST; in getLoadStoreOpcodes()
|
| H A D | SystemZScheduleZ13.td | 1210 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1250 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1229 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| H A D | SystemZScheduleZ16.td | 1256 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VST(Align|L|32|64)?$")>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8764 MVT VST; in LowerBitreverse() local 8771 VST = MVT::v8i8; in LowerBitreverse() 8772 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 8778 VST = MVT::v16i8; in LowerBitreverse() 8779 REVB = DAG.getNode(AArch64ISD::REV32, DL, VST, Op.getOperand(0)); in LowerBitreverse() 8785 VST = MVT::v8i8; in LowerBitreverse() 8786 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 8792 VST = MVT::v16i8; in LowerBitreverse() 8793 REVB = DAG.getNode(AArch64ISD::REV64, DL, VST, Op.getOperand(0)); in LowerBitreverse() 8800 DAG.getNode(ISD::BITREVERSE, DL, VST, REVB)); in LowerBitreverse()
|
| /openbsd-src/share/misc/ |
| H A D | airport | 1844 VST:Vasteras/Hasslo, Sweden
|