Home
last modified time | relevance | path

Searched defs:Tied (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h162 bool Tied; member
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h163 bool Tied; member
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator
/external/llvm/utils/TableGen/
DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h104 bool Tied = true; member
DCGOpenMPRuntime.cpp137 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, in UntiedTaskActionTy()
865 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp1045 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local