Searched refs:SkipDebug (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 228 template<bool Uses, bool Defs, bool SkipDebug, 231 template<bool Uses, bool Defs, bool SkipDebug, 830 template<bool ReturnUses, bool ReturnDefs, bool SkipDebug, 841 (SkipDebug && op->isDebug())) in defusechain_iterator() 862 (SkipDebug && Op->isDebug()))) in advance() 932 template<bool ReturnUses, bool ReturnDefs, bool SkipDebug, 943 (SkipDebug && op->isDebug())) in defusechain_instr_iterator() 964 (SkipDebug && Op->isDebug()))) in advance()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 98 template<bool Uses, bool Defs, bool SkipDebug> 345 template<bool ReturnUses, bool ReturnDefs, bool SkipDebug> 355 (SkipDebug && op->isDebug())) in defusechain_iterator() 387 (SkipDebug && Op->isDebug())))
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 265 template<bool Uses, bool Defs, bool SkipDebug, 268 template<bool Uses, bool Defs, bool SkipDebug, 949 template<bool ReturnUses, bool ReturnDefs, bool SkipDebug, 963 (SkipDebug && op->isDebug())) in defusechain_iterator() 983 (SkipDebug && Op->isDebug()))) in advance() 1055 template<bool ReturnUses, bool ReturnDefs, bool SkipDebug, 1069 (SkipDebug && op->isDebug())) in defusechain_instr_iterator() 1089 (SkipDebug && Op->isDebug()))) in advance()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 842 TEST(InstructionsTest, SkipDebug) { in TEST() argument
|