Home
last modified time | relevance | path

Searched defs:Clobbers (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask()
81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()
H A DIfConversion.cpp1492 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp212 StringLiteral **Clobbers, int NumClobbers, in getClobberConflictLocation()
252 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt() local
919 ArrayRef<StringRef> Clobbers, in ActOnMSAsmStmt()
H A DTreeTransform.h1430 Expr *AsmString, MultiExprArg Clobbers, in RebuildGCCAsmStmt()
1447 ArrayRef<StringRef> Clobbers, in RebuildMSAsmStmt()
7607 SmallVector<Expr*, 8> Clobbers; in TransformGCCAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmtAsm.cpp635 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local
760 ExprVector Clobbers; in ParseAsmStatement() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp631 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in ExpandVastartSaveXmmRegs() local
H A DX86InstrInfo.cpp2949 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in replaceBranchWithTailCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp313 RegisterSet Defs, Clobbers; in computeInitialLiveRanges() local
H A DHexagonFrameLowering.cpp1924 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in expandStoreVec2() local
H A DHexagonInstrInfo.cpp794 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in getLiveInRegsAt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp402 SmallVector<MachineInstr*, 8> Clobbers; in hoistAndMergeSGPRInits() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp393 SmallVector<StringLiteral*, 16> Clobbers; in VisitGCCAsmStmt() local
427 SmallVector<StringRef, 16> Clobbers; in VisitMSAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp540 StringLiteral **Clobbers, in setOutputsAndInputsAndClobbers()
H A DASTImporter.cpp6035 SmallVector<StringLiteral *, 4> Clobbers; in VisitGCCAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2981 StringLiteral **Clobbers = nullptr; variable
3206 StringRef *Clobbers = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp872 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5913 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm()
H A DMasmParser.cpp7046 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm()