HomeSort by: relevance | last modified time | path
    Searched refs:MemIndexType (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1295 /// MemIndexType enum - This enum defines how to interpret MGATHER/SCATTER's
1302 enum MemIndexType {
SelectionDAGNodes.h 521 // MaskedGatherScatterSDNode => enum ISD::MemIndexType
2423 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2430 ISD::MemIndexType getIndexType() const {
2431 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode);
2433 void setIndexType(ISD::MemIndexType IndexType) {
2468 ISD::MemIndexType IndexType, ISD::LoadExtType ETy)
2493 ISD::MemIndexType IndexType, bool IsTrunc)
SelectionDAG.h 1318 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy);
1321 ISD::MemIndexType IndexType,
TargetLowering.h 4610 ISD::MemIndexType getCanonicalIndexType(ISD::MemIndexType IndexType,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4354 ISD::MemIndexType &IndexType, SDValue &Scale,
4419 ISD::MemIndexType IndexType;
4538 ISD::MemIndexType IndexType;
SelectionDAG.cpp 7632 ISD::MemIndexType IndexType,
7679 ISD::MemIndexType IndexType,
TargetLowering.cpp 7896 ISD::MemIndexType
7897 TargetLowering::getCanonicalIndexType(ISD::MemIndexType IndexType, EVT MemVT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 4238 ISD::MemIndexType IndexType = MGT->getIndexType();
4298 ISD::MemIndexType IndexType = MSC->getIndexType();
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 5907 ISD::MemIndexType NewIndexTy = ISD::UNSIGNED_UNSCALED;

Completed in 82 milliseconds