Searched defs:IdxMode (Results 1 – 6 of 6) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 1116 LegalizeAction getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() 1121 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() 1130 LegalizeAction getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction() 1135 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() 1144 LegalizeAction getIndexedMaskedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedMaskedLoadAction() 1149 bool isIndexedMaskedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedMaskedLoadLegal() 1158 LegalizeAction getIndexedMaskedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedMaskedStoreAction() 1163 bool isIndexedMaskedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedMaskedStoreLegal() 2034 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction() 2043 void setIndexedStoreAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedStoreAction() [all …]
|
| /external/capstone/arch/ARM/ |
| D | ARMAddressingModes.h | 443 unsigned IdxMode) in ARM_AM_getAM2Opc() 486 unsigned IdxMode) in getAM3Opc()
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 710 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() 718 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() 728 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction() 736 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() 1456 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() 1470 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
|
| /external/llvm/lib/Target/ARM/InstPrinter/ |
| D | ARMInstPrinter.cpp | 444 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMInstPrinter.cpp | 483 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 3234 unsigned IdxMode = IsIndirectSrc ? in emitLoadM0FromVGPRLoop() local 3357 unsigned IdxMode = IsIndirectSrc ? in setM0ToIndexFromSGPR() local
|