Home
last modified time | relevance | path

Searched defs:RegSet (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h116 typedef std::set<unsigned> RegSet; typedef
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsDelaySlotFiller.cpp246 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) { in IsRegInSet()
/external/capstone/
DMCRegisterInfo.h35 uint8_t *RegSet; member
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp257 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DDelaySlotFiller.cpp280 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp346 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCRegisterInfo.h36 const unsigned char *const RegSet; variable
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h284 enum RegSet { enum
DIceTargetLowering.cpp197 std::vector<SmallBitVector> &RegSet) { in filterTypeToRegisterSet()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h36 const uint8_t *const RegSet; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp120 typedef std::set<unsigned> RegSet; typedef in __anona64f55db0111::RegAllocPBQP
DAggressiveAntiDepBreaker.cpp279 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
DMachineVerifier.cpp72 typedef DenseSet<unsigned> RegSet; typedef
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp416 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp253 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
DRegAllocPBQP.cpp120 typedef std::set<unsigned> RegSet; typedef in __anon498f9daf0111::RegAllocPBQP
DMachineVerifier.cpp75 typedef DenseSet<unsigned> RegSet; typedef
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp556 void HexagonExpandCondsets::updateLiveness(std::set<unsigned> &RegSet, in updateLiveness()