Searched defs:IdxMode (Results 1 – 8 of 8) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 443 unsigned IdxMode) in ARM_AM_getAM2Opc() 486 unsigned IdxMode) in getAM3Opc()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 434 getIndexedLoadAction(unsigned IdxMode, EVT VT) const { in getIndexedLoadAction() 444 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() 455 getIndexedStoreAction(unsigned IdxMode, EVT VT) const { in getIndexedStoreAction() 465 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() 1083 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() 1096 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 997 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() 1005 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() 1015 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction() 1023 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() 1829 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() 1843 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 357 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local 437 unsigned IdxMode = ARM_AM::getAM3IdxMode(MO3.getImm()); in printAddrMode3Operand() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 456 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local
|
/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-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 2869 unsigned IdxMode = IsIndirectSrc ? in emitLoadM0FromVGPRLoop() local 3000 unsigned IdxMode = IsIndirectSrc ? in setM0ToIndexFromSGPR() local
|