Home
last modified time | relevance | path

Searched refs:getMemoryConstraintID (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h383 ConstraintCode getMemoryConstraintID() const { in getMemoryConstraintID() function
411 assert(getMemoryConstraintID() == ConstraintCode::Unknown && "Mem constraint already set"); in setMemConstraint()
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp101 switch (F.getMemoryConstraintID()) { in getLoadStoreOffsetSizeInBits()
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp449 if (Flags.getMemoryConstraintID() == InlineAsm::ConstraintCode::A) in foldIntoMemoryOps()
/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1777 InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in createMIROperandComment()
H A DMachineInstr.cpp1919 const InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in print()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2309 Flags.getMemoryConstraintID(); in findNonImmUse()