Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp104 unsigned ConstraintID = InlineAsm::getMemoryConstraintID(MO.getImm()); in getLoadStoreOffsetSizeInBits()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInlineAsm.h348 static unsigned getMemoryConstraintID(unsigned Flag) { in getMemoryConstraintID() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1391 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in createMIROperandComment()
H A DMachineInstr.cpp1702 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in print()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1982 unsigned ConstraintID = InlineAsm::getMemoryConstraintID(Flags); in SelectInlineAsmMemoryOperands()