Home
last modified time | relevance | path

Searched refs:LAST_OTHER_INST (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def101 #ifndef LAST_OTHER_INST
102 #define LAST_OTHER_INST(num)
197 LAST_OTHER_INST(64)
221 #undef LAST_OTHER_INST
DInstruction.h554 #define LAST_OTHER_INST(N) OtherOpsEnd = N+1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def114 #ifndef LAST_OTHER_INST
115 #define LAST_OTHER_INST(num)
221 LAST_OTHER_INST(67)
249 #undef LAST_OTHER_INST
DInstruction.h735 #define LAST_OTHER_INST(N) OtherOpsEnd = N+1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1577 #define LAST_OTHER_INST(NUM) InstructionOpcodesCount = NUM in InstructionOpcodeToISD() macro