Home
last modified time | relevance | path

Searched refs:UseDesc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp199 const MCSchedClassDesc *UseDesc = resolveSchedClass(UseMI); in computeOperandLatency() local
200 if (UseDesc->NumReadAdvanceEntries == 0) in computeOperandLatency()
203 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); in computeOperandLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp229 const MCSchedClassDesc *UseDesc = resolveSchedClass(UseMI); in computeOperandLatency() local
230 if (UseDesc->NumReadAdvanceEntries == 0) in computeOperandLatency()
233 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); in computeOperandLatency()
/external/llvm-project/llvm/lib/CodeGen/
DTargetSchedule.cpp229 const MCSchedClassDesc *UseDesc = resolveSchedClass(UseMI); in computeOperandLatency() local
230 if (UseDesc->NumReadAdvanceEntries == 0) in computeOperandLatency()
233 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); in computeOperandLatency()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp273 const MCInstrDesc &UseDesc = UseMI->getDesc(); in foldOperand() local
277 if (UseDesc.isVariadic() || in foldOperand()
278 UseDesc.OpInfo[UseOpIdx].RegClass == -1) in foldOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp842 const MCInstrDesc &UseDesc = UseMI->getDesc(); in foldOperand() local
846 if (UseDesc.isVariadic() || in foldOperand()
848 UseDesc.OpInfo[UseOpIdx].RegClass == -1) in foldOperand()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp869 const MCInstrDesc &UseDesc = UseMI->getDesc(); in foldOperand() local
873 if (UseDesc.isVariadic() || in foldOperand()
875 UseDesc.OpInfo[UseOpIdx].RegClass == -1) in foldOperand()