Searched refs:MemIndexType (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1003 enum MemIndexType { enum
|
D | SelectionDAGNodes.h | 2398 MachineMemOperand *MMO, ISD::MemIndexType IndexType) 2405 ISD::MemIndexType getIndexType() const { 2406 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode); 2440 ISD::MemIndexType IndexType) 2459 ISD::MemIndexType IndexType)
|
D | SelectionDAG.h | 1166 ISD::MemIndexType IndexType); 1169 ISD::MemIndexType IndexType);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1224 enum MemIndexType { enum
|
D | SelectionDAGNodes.h | 2410 MachineMemOperand *MMO, ISD::MemIndexType IndexType) 2417 ISD::MemIndexType getIndexType() const { 2418 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode); 2420 void setIndexType(ISD::MemIndexType IndexType) { 2455 ISD::MemIndexType IndexType, ISD::LoadExtType ETy) 2480 ISD::MemIndexType IndexType, bool IsTrunc)
|
D | SelectionDAG.h | 1365 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy); 1368 ISD::MemIndexType IndexType,
|
D | TargetLowering.h | 4540 ISD::MemIndexType getCanonicalIndexType(ISD::MemIndexType IndexType,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4374 ISD::MemIndexType &IndexType, SDValue &Scale, in getUniformBase() 4466 ISD::MemIndexType IndexType; in visitMaskedScatter() 4583 ISD::MemIndexType IndexType; in visitMaskedGather()
|
D | SelectionDAG.cpp | 7164 ISD::MemIndexType IndexType) { in getMaskedGather() 7205 ISD::MemIndexType IndexType) { in getMaskedScatter()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4229 ISD::MemIndexType &IndexType, SDValue &Scale, in getUniformBase() 4294 ISD::MemIndexType IndexType; in visitMaskedScatter() 4405 ISD::MemIndexType IndexType; in visitMaskedGather()
|
D | TargetLowering.cpp | 7479 ISD::MemIndexType 7480 TargetLowering::getCanonicalIndexType(ISD::MemIndexType IndexType, EVT MemVT, in getCanonicalIndexType()
|
D | SelectionDAG.cpp | 7298 ISD::MemIndexType IndexType, in getMaskedGather() 7345 ISD::MemIndexType IndexType, in getMaskedScatter()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 3890 ISD::MemIndexType IndexType = MGT->getIndexType(); in LowerMGATHER() 3945 ISD::MemIndexType IndexType = MSC->getIndexType(); in LowerMSCATTER() 14079 ISD::MemIndexType IndexType = MSC->getIndexType(); in performMSCATTERCombine()
|