Home
last modified time | relevance | path

Searched defs:EarlyClobber (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h32 enum { None, EarlyClobber, Tied } Kind = None; enumerator
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h56 EarlyClobber = 0x40, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp982 bool EarlyClobber = MO.isEarlyClobber(); in computeSubRangeUndefs() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2335 AddVariableConstraints(const std::string & Constraint,const Expr & AsmExpr,const TargetInfo & Target,CodeGenModule & CGM,const AsmStmt & Stmt,const bool EarlyClobber,std::string * GCCReg=nullptr) AddVariableConstraints() argument