Home
last modified time | relevance | path

Searched refs:Clobbers (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp32 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
93 Clobbers.push_back(std::make_pair(Reg, &*O)); in stepForward()
100 removeRegsInMask(*O, &Clobbers); in stepForward()
105 for (auto Reg : Clobbers) { in stepForward()
H A DIfConversion.cpp1487 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
1488 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1491 for (auto Clobber : Clobbers) { in UpdatePredRedefs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp214 StringLiteral **Clobbers, int NumClobbers, in getClobberConflictLocation() argument
230 StringRef Clobber = Clobbers[i]->getString(); in getClobberConflictLocation()
238 return Clobbers[i]->getBeginLoc(); in getClobberConflictLocation()
254 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt() local
282 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
351 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
373 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
469 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt()
480 NumClobbers, Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
494 Clobbers, NumLabels, RParenLoc); in ActOnGCCAsmStmt()
[all …]
H A DTreeTransform.h1522 Expr *AsmString, MultiExprArg Clobbers, in RebuildGCCAsmStmt() argument
1527 AsmString, Clobbers, NumLabels, RParenLoc); in RebuildGCCAsmStmt()
1539 ArrayRef<StringRef> Clobbers, in RebuildMSAsmStmt() argument
1544 Constraints, Clobbers, Exprs, EndLoc); in RebuildMSAsmStmt()
8291 SmallVector<Expr*, 8> Clobbers; in TransformGCCAsmStmt() local
8346 Clobbers.push_back(S->getClobberStringLiteral(I)); in TransformGCCAsmStmt()
8354 Clobbers, S->getNumLabels(), in TransformGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp635 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local
637 Constraints, Clobbers, MII.get(), IP.get(), 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp312 RegisterSet Defs, Clobbers; in computeInitialLiveRanges() local
334 Clobbers.clear(); in computeInitialLiveRanges()
343 Clobbers.insert(S); in computeInitialLiveRanges()
365 Clobbers.insert(R); in computeInitialLiveRanges()
371 Clobbers.erase(R); in computeInitialLiveRanges()
382 for (RegisterRef S : Clobbers) { in computeInitialLiveRanges()
H A DHexagonFrameLowering.cpp1891 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in expandStoreVec2() local
1893 Clobbers.clear(); in expandStoreVec2()
1894 LPR.stepForward(*R, Clobbers); in expandStoreVec2()
H A DHexagonInstrInfo.cpp839 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in getLiveInRegsAt() local
844 Clobbers.clear(); in getLiveInRegsAt()
845 Regs.stepForward(*I, Clobbers); in getLiveInRegsAt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h101 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers =
132 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp549 StringLiteral **Clobbers, in setOutputsAndInputsAndClobbers() argument
571 C.Deallocate(this->Clobbers); in setOutputsAndInputsAndClobbers()
572 this->Clobbers = new (C) StringLiteral*[NumClobbers]; in setOutputsAndInputsAndClobbers()
573 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers); in setOutputsAndInputsAndClobbers()
870 Clobbers = new (C) StringLiteral*[NumClobbers]; in GCCAsmStmt()
871 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt()
916 Clobbers = new (C) StringRef[NumClobbers]; in initialize()
918 std::transform(clobbers.begin(), clobbers.end(), Clobbers, in initialize()
H A DASTImporter.cpp6761 SmallVector<StringLiteral *, 4> Clobbers; in VisitGCCAsmStmt() local
6764 Clobbers.push_back(*ClobberOrErr); in VisitGCCAsmStmt()
6820 Clobbers.data(), in VisitGCCAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp860 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local
864 Clobbers.push_back({WR.Result, Paused}); in tryOptimizePhi()
885 Clobbers.push_back(TP); in tryOptimizePhi()
891 if (!Clobbers.empty()) { in tryOptimizePhi()
892 MoveDominatedPathToEnd(Clobbers); in tryOptimizePhi()
893 TerminatedPath Result = Clobbers.pop_back_val(); in tryOptimizePhi()
894 return {Result, std::move(Clobbers)}; in tryOptimizePhi()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h208 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp446 SmallVector<MachineInstr*, 8> Clobbers; in hoistAndMergeSGPRInits() local
466 Clobbers.push_back(&MI); in hoistAndMergeSGPRInits()
504 return (llvm::any_of(Clobbers, interferes)) || in hoistAndMergeSGPRInits()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3272 StringLiteral **Clobbers = nullptr;
3460 StringLiteral **Clobbers,
3473 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; }
3475 return Clobbers[i];
3497 StringRef *Clobbers = nullptr;
3560 return llvm::ArrayRef(Clobbers, NumClobbers);
3573 ArrayRef<Expr*> Exprs, ArrayRef<StringRef> Clobbers);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp731 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in expandVastartSaveXmmRegs() local
738 LiveRegs.stepForward(MI, Clobbers); in expandVastartSaveXmmRegs()
H A DX86InstrFPStack.td16 // Clobbers EFLAGS due to OR instruction used internally.
H A DX86InstrInfo.cpp3721 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in replaceBranchWithTailCall() local
3722 LiveRegs.stepForward(*MIB, Clobbers); in replaceBranchWithTailCall()
3723 for (const auto &C : Clobbers) { in replaceBranchWithTailCall()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp401 SmallVector<StringLiteral*, 16> Clobbers; in VisitGCCAsmStmt() local
403 Clobbers.push_back(cast_or_null<StringLiteral>(Record.readSubStmt())); in VisitGCCAsmStmt()
415 Clobbers.data(), NumClobbers); in VisitGCCAsmStmt()
437 SmallVector<StringRef, 16> Clobbers; in VisitMSAsmStmt() local
439 Clobbers.reserve(S->NumClobbers); in VisitMSAsmStmt()
442 Clobbers.push_back(ClobbersData.back()); in VisitMSAsmStmt()
460 Constraints, Exprs, Clobbers); in VisitMSAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp266 SmallVectorImpl<std::string> &Clobbers,
5989 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm() argument
6095 Clobbers.assign(ClobberRegs.size(), std::string()); in parseMSInlineAsm()
6097 raw_string_ostream OS(Clobbers[I]); in parseMSInlineAsm()
H A DMasmParser.cpp543 SmallVectorImpl<std::string> &Clobbers,
7346 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm() argument
7448 Clobbers.assign(ClobberRegs.size(), std::string()); in parseMSInlineAsm()
7450 raw_string_ostream OS(Clobbers[I]); in parseMSInlineAsm()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10960 Expr *AsmString, MultiExprArg Clobbers,
10977 ArrayRef<StringRef> Clobbers,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1162 // Entry index is passed in x16. Clobbers x16/x17/nzcv.