Home
last modified time | relevance | path

Searched defs:Reads (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h155 bool Reads; member
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp509 IdxVec Writes, Reads; in collectSchedClasses() local
568 IdxVec Reads; in collectSchedClasses() local
884 IdxVec Writes, Reads; in inferFromItinClass() local
907 IdxVec Writes, Reads; in inferFromInstRWs() local
1463 IdxVec Writes, Reads; in collectProcResources() local
1617 IdxVec Writes, Reads; in collectItinProcResources() local
1661 ArrayRef<unsigned> Reads, in collectRWResources()
DCodeGenSchedule.h133 IdxVec Reads; member
DSubtargetEmitter.cpp853 IdxVec Reads = SC.Reads; in GenSchedClassTables() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h221 bool Reads; member
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp274 SmallVector<unsigned, 8> Reads; in findInsertionPoint() local
DRegisterCoalescer.cpp1276 bool Reads, Writes; in updateRegDefsUses() local
DMachinePipeliner.cpp3651 bool Reads, Writes; in orderDependence() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp366 SmallVector<unsigned, 8> Reads; in findInsertionPoint() local
DRegisterCoalescer.cpp1713 bool Reads, Writes; in updateRegDefsUses() local
DMachinePipeliner.cpp2484 bool Reads, Writes; in orderDependence() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h350 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end. member