/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind; enumerator 47 I.Kind = Tied; in getTied() 54 bool isTied() const { return Kind == Tied; } in isTied()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind; enumerator 47 I.Kind = Tied; in getTied() 54 bool isTied() const { return Kind == Tied; } in isTied()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind; enumerator 47 I.Kind = Tied; in getTied() 54 bool isTied() const { return Kind == Tied; } in isTied()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 283 RI.Tied = true; in analyzeVirtReg() 289 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg() 290 RI.Tied = true; in analyzeVirtReg()
|
D | InlineSpiller.cpp | 557 if (RI.Tied) { in reMaterializeFor()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 281 RI.Tied = true; in analyzeVirtReg() 287 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg() 288 RI.Tied = true; in analyzeVirtReg()
|
D | InlineSpiller.cpp | 541 if (RI.Tied) { in reMaterializeFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | tied-physical-regs-match.mir | 19 ; CHECK: Tied physical registers must match.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 162 bool Tied; member
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 163 bool Tied; member
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 104 bool Tied = true; member 537 bool Tied, unsigned &NumberOfParts);
|
D | CGOpenMPRuntime.cpp | 137 UntiedTaskActionTy(bool Tied, const VarDecl *PartIDVar, in UntiedTaskActionTy() argument 139 : Untied(!Tied), PartIDVar(PartIDVar), UntiedCodeGen(UntiedCodeGen) {} in UntiedTaskActionTy() 865 bool Tied, unsigned &NumberOfParts) { in emitTaskOutlinedFunction() argument 877 CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy Action(Tied, PartIDVar, in emitTaskOutlinedFunction() 890 if (!Tied) in emitTaskOutlinedFunction() 3777 unsigned Flags = Data.Tied ? TiedFlag : 0; in emitTaskInit() 3989 if (!Data.Tied) { in emitTaskCall()
|
D | CGStmtOpenMP.cpp | 2551 S, *I, *PartId, *TaskT, S.getDirectiveKind(), CodeGen, Data.Tied, in EmitOMPTaskBasedDirective() 2573 Data.Tied = !S.getSingleClause<OMPUntiedClause>(); in EmitOMPTaskDirective() 3494 Data.Tied = true; in EmitOMPTaskLoopBasedDirective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIPeepholeSDWA.cpp | 1045 auto Tied = MI.getOperand(TiedIdx); in convertToSDWA() local 1047 SDWAInst.add(Tied); in convertToSDWA()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 1313 "Tied operand not found"); 4810 "Tied operand not found");
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 3249 "Tied operand not found");
|
/external/llvm/docs/ |
D | LangRef.rst | 3293 string. Tied inputs still consume an argument from the call instruction, and
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 3532 string. Tied inputs still consume an argument from the call instruction, and
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 6025 "Tied operand not found"); 11798 "Tied operand not found");
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 4376 "Tied operand not found"); 6496 "Tied operand not found");
|