/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() argument 36 if (Clobbers) in removeRegsInMask() 37 Clobbers->push_back(std::make_pair(*LRI, &MO)); in removeRegsInMask() 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward() argument 91 Clobbers.push_back(std::make_pair(Reg, &*O)); in stepForward() 99 removeRegsInMask(*O, &Clobbers); in stepForward() 103 for (auto Reg : Clobbers) { in stepForward()
|
H A D | IfConversion.cpp | 1492 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local 1493 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs() 1496 for (auto Clobber : Clobbers) { in UpdatePredRedefs()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 212 StringLiteral **Clobbers, int NumClobbers, in getClobberConflictLocation() argument 228 StringRef Clobber = Clobbers[i]->getString(); in getClobberConflictLocation() 236 return Clobbers[i]->getBeginLoc(); in getClobberConflictLocation() 252 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt() local 279 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 348 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 370 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 460 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt() 471 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() 485 Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 635 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local 637 NumInputs, OpExprs, Constraints, Clobbers, in ParseMicrosoftAsmStatement() 643 llvm::erase_if(Clobbers, [](const std::string &C) { in ParseMicrosoftAsmStatement() 648 ClobberRefs.insert(ClobberRefs.end(), Clobbers.begin(), Clobbers.end()); in ParseMicrosoftAsmStatement() 760 ExprVector Clobbers; in ParseAsmStatement() local 768 AsmString.get(), Clobbers, /*NumLabels*/ 0, T.getCloseLocation()); in ParseAsmStatement() 819 Clobbers.push_back(Clobber.get()); in ParseAsmStatement() 867 AsmString.get(), Clobbers, NumLabels, in ParseAsmStatement()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 313 RegisterSet Defs, Clobbers; in computeInitialLiveRanges() local 335 Clobbers.clear(); in computeInitialLiveRanges() 344 Clobbers.insert(S); in computeInitialLiveRanges() 366 Clobbers.insert(R); in computeInitialLiveRanges() 372 Clobbers.erase(R); in computeInitialLiveRanges() 384 for (RegisterRef S : Clobbers) { in computeInitialLiveRanges()
|
H A D | HexagonFrameLowering.cpp | 1924 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in expandStoreVec2() local 1926 Clobbers.clear(); in expandStoreVec2() 1927 LPR.stepForward(*R, Clobbers); in expandStoreVec2()
|
H A D | HexagonInstrInfo.cpp | 794 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in getLiveInRegsAt() local 799 Clobbers.clear(); in getLiveInRegsAt() 800 Regs.stepForward(*I, Clobbers); in getLiveInRegsAt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 98 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers = 129 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 540 StringLiteral **Clobbers, in setOutputsAndInputsAndClobbers() argument 562 C.Deallocate(this->Clobbers); in setOutputsAndInputsAndClobbers() 563 this->Clobbers = new (C) StringLiteral*[NumClobbers]; in setOutputsAndInputsAndClobbers() 564 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers); in setOutputsAndInputsAndClobbers() 855 Clobbers = new (C) StringLiteral*[NumClobbers]; in GCCAsmStmt() 856 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt() 901 Clobbers = new (C) StringRef[NumClobbers]; in initialize() 903 std::transform(clobbers.begin(), clobbers.end(), Clobbers, in initialize()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
H A D | lib1funcs.S | 259 ;;; Clobbers: __tmp_reg__, R21..R23 270 ;;; Clobbers: __tmp_reg__, R20..R23 304 ;;; Clobbers: __tmp_reg__, R21..R23 523 ;;; Clobbers: __tmp_reg__ 539 ;;; Clobbers: __tmp_reg__ 558 ;;; Clobbers: __tmp_reg__ 592 ;;; Clobbers: __tmp_reg__ 607 ;;; Clobbers: __tmp_reg__ 620 ;;; Clobbers: __tmp_reg__ 642 ;;; Clobbers: R26, R27, __tmp_reg__ [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
H A D | lib1funcs.S | 259 ;;; Clobbers: __tmp_reg__, R21..R23 270 ;;; Clobbers: __tmp_reg__, R20..R23 304 ;;; Clobbers: __tmp_reg__, R21..R23 523 ;;; Clobbers: __tmp_reg__ 539 ;;; Clobbers: __tmp_reg__ 558 ;;; Clobbers: __tmp_reg__ 592 ;;; Clobbers: __tmp_reg__ 607 ;;; Clobbers: __tmp_reg__ 620 ;;; Clobbers: __tmp_reg__ 642 ;;; Clobbers: R26, R27, __tmp_reg__ [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 872 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local 876 Clobbers.push_back({WR.Result, Paused}); in tryOptimizePhi() 897 Clobbers.push_back(TP); in tryOptimizePhi() 903 if (!Clobbers.empty()) { in tryOptimizePhi() 904 MoveDominatedPathToEnd(Clobbers); in tryOptimizePhi() 905 TerminatedPath Result = Clobbers.pop_back_val(); in tryOptimizePhi() 906 return {Result, std::move(Clobbers)}; in tryOptimizePhi()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 402 SmallVector<MachineInstr*, 8> Clobbers; in hoistAndMergeSGPRInits() local 421 Clobbers.push_back(&MI); in hoistAndMergeSGPRInits() 459 return (llvm::any_of(Clobbers, interferes)) || in hoistAndMergeSGPRInits()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 2981 StringLiteral **Clobbers = nullptr; variable 3169 StringLiteral **Clobbers, 3182 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; } in getClobberStringLiteral() 3184 return Clobbers[i]; in getClobberStringLiteral() 3206 StringRef *Clobbers = nullptr; variable 3269 return llvm::makeArrayRef(Clobbers, NumClobbers); in getClobbers() 3282 ArrayRef<Expr*> Exprs, ArrayRef<StringRef> Clobbers);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParser.h | 208 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | asm.rst | 261 …`Clobbers and Scratch Registers <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Clobbers-and…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | asm.rst | 269 …`Clobbers and Scratch Registers <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Clobbers-and…
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 631 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in ExpandVastartSaveXmmRegs() local 638 LiveRegs.stepForward(MI, Clobbers); in ExpandVastartSaveXmmRegs()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/ |
H A D | vpaes-armv8.S | 121 ## Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax 819 ## Clobbers %xmm1-%xmm4, %r11. 875 ## Clobbers %xmm1, %xmm2 911 ## Clobbers xmm1-xmm5
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
H A D | vpaes-armv8.S | 122 ## Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax 820 ## Clobbers %xmm1-%xmm4, %r11. 876 ## Clobbers %xmm1, %xmm2 912 ## Clobbers xmm1-xmm5
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | libf7-asm.sx | 120 ;; Clobbers: None (no TMP, no T). 1039 ;; Clobbers : TMP, TT0...TT3. 1058 ;; Clobbers : TMP, TT0, TT1. 1197 ;; Clobbers: R22, R23, TMP.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | libf7-asm.sx | 120 ;; Clobbers: None (no TMP, no T). 1039 ;; Clobbers : TMP, TT0...TT3. 1058 ;; Clobbers : TMP, TT0, TT1. 1197 ;; Clobbers: R22, R23, TMP.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 393 SmallVector<StringLiteral*, 16> Clobbers; in VisitGCCAsmStmt() local 395 Clobbers.push_back(cast_or_null<StringLiteral>(Record.readSubStmt())); in VisitGCCAsmStmt() 405 Clobbers.data(), NumClobbers); in VisitGCCAsmStmt() 427 SmallVector<StringRef, 16> Clobbers; in VisitMSAsmStmt() local 429 Clobbers.reserve(S->NumClobbers); in VisitMSAsmStmt() 432 Clobbers.push_back(ClobbersData.back()); in VisitMSAsmStmt() 450 Constraints, Exprs, Clobbers); in VisitMSAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 260 SmallVectorImpl<std::string> &Clobbers, 5913 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm() argument 6018 Clobbers.assign(ClobberRegs.size(), std::string()); in parseMSInlineAsm() 6020 raw_string_ostream OS(Clobbers[I]); in parseMSInlineAsm()
|
H A D | MasmParser.cpp | 516 SmallVectorImpl<std::string> &Clobbers, 7046 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm() argument 7151 Clobbers.assign(ClobberRegs.size(), std::string()); in parseMSInlineAsm() 7153 raw_string_ostream OS(Clobbers[I]); in parseMSInlineAsm()
|