Searched refs:IdxMode (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1116 LegalizeAction getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() argument 1117 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction() 1121 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument 1123 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal() 1124 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedLoadLegal() 1130 LegalizeAction getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction() argument 1131 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction() 1135 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument 1137 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal() 1138 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedStoreLegal() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 400 unsigned IdxMode = 0) { 403 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; 432 unsigned IdxMode = 0) { 434 return ((int)isSub << 8) | Offset | (IdxMode << 9);
|
D | ARMInstPrinter.cpp | 483 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local 484 assert(IdxMode != ARMII::IndexModePost && "Should be pre or offset index op"); in printAddrMode2Operand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 3234 unsigned IdxMode = IsIndirectSrc ? in emitLoadM0FromVGPRLoop() local 3239 .addImm(IdxMode); in emitLoadM0FromVGPRLoop() 3357 unsigned IdxMode = IsIndirectSrc ? in setM0ToIndexFromSGPR() local 3363 .addImm(IdxMode); in setM0ToIndexFromSGPR() 3374 .addImm(IdxMode); in setM0ToIndexFromSGPR()
|