Home
last modified time | relevance | path

Searched refs:Tied (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.h34 enum { None, EarlyClobber, Tied } Kind; enumerator
48 I.Kind = Tied; in getTied()
55 bool isTied() const { return Kind == Tied; } in isTied()
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp280 RI.Tied = true; in analyzeVirtReg()
286 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
287 RI.Tied = true; in analyzeVirtReg()
DInlineSpiller.cpp897 if (RI.Tied) { in reMaterializeFor()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h164 bool Tied; member
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h659 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final,
DCGStmtOpenMP.cpp1994 bool Tied = !S.getSingleClause<OMPUntiedClause>(); in EmitOMPTaskDirective() local
2020 *this, S.getLocStart(), S, Tied, Final, OutlinedFn, SharedsTy, in EmitOMPTaskDirective()
DCGOpenMPRuntime.cpp2281 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final, in emitTaskCall() argument
2366 unsigned Flags = Tied ? TiedFlag : 0; in emitTaskCall()
/external/llvm/docs/
DLangRef.rst3124 string. Tied inputs still consume an argument from the call instruction, and