Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp494 static void AliasCandidates(BasicBlock *Header, Instructions &Reads, in AliasCandidates()
507 static bool AreAliased(AliasAnalysis *AA, Instructions &Reads, in AreAliased()
618 Instructions Reads, Writes; in MatchSMLAD() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp612 IdxVec Writes, Reads; in collectSchedClasses() local
678 IdxVec Reads; in collectSchedClasses() local
989 IdxVec Writes, Reads; in inferFromItinClass() local
1011 IdxVec Writes, Reads; in inferFromInstRWs() local
1573 IdxVec Writes, Reads; in collectProcResources() local
1729 IdxVec Writes, Reads; in collectItinProcResources() local
1772 ArrayRef<unsigned> Reads, in collectRWResources()
DCodeGenSchedule.h131 IdxVec Reads; member
DSubtargetEmitter.cpp1033 IdxVec Reads = SC.Reads; in GenSchedClassTables() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h154 bool Reads; member
/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-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp275 SmallVector<unsigned, 8> Reads; in findInsertionPoint() local
DRegisterCoalescer.cpp1559 bool Reads, Writes; in updateRegDefsUses() local
DMachinePipeliner.cpp3795 bool Reads, Writes; in orderDependence() local
/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-7.0/llvm/tools/llvm-mca/
DInstruction.h257 std::vector<ReadDescriptor> Reads; // Implicit reads are at the end. member