/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()
|
H A D | IfConversion.cpp | 1487 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 214 StringLiteral **Clobbers, int NumClobbers, in getClobberConflictLocation() 254 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt() local 937 ArrayRef<StringRef> Clobbers, in ActOnMSAsmStmt()
|
H A D | TreeTransform.h | 1522 Expr *AsmString, MultiExprArg Clobbers, in RebuildGCCAsmStmt() 1539 ArrayRef<StringRef> Clobbers, in RebuildMSAsmStmt() 8291 SmallVector<Expr*, 8> Clobbers; in TransformGCCAsmStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 635 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local 760 ExprVector Clobbers; in ParseAsmStatement() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 312 RegisterSet Defs, Clobbers; in computeInitialLiveRanges() local
|
H A D | HexagonFrameLowering.cpp | 1891 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in expandStoreVec2() local
|
H A D | HexagonInstrInfo.cpp | 839 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in getLiveInRegsAt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 731 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in expandVastartSaveXmmRegs() local
|
H A D | X86InstrInfo.cpp | 3721 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in replaceBranchWithTailCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 446 SmallVector<MachineInstr*, 8> Clobbers; in hoistAndMergeSGPRInits() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 401 SmallVector<StringLiteral*, 16> Clobbers; in VisitGCCAsmStmt() local 437 SmallVector<StringRef, 16> Clobbers; in VisitMSAsmStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 549 StringLiteral **Clobbers, in setOutputsAndInputsAndClobbers()
|
H A D | ASTImporter.cpp | 6761 SmallVector<StringLiteral *, 4> Clobbers; in VisitGCCAsmStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 860 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5989 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm()
|
H A D | MasmParser.cpp | 7346 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm()
|