Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp104 unsigned ConstraintID = InlineAsm::getMemoryConstraintID(MO.getImm()); in getLoadStoreOffsetSizeInBits()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h332 static unsigned getMemoryConstraintID(unsigned Flag) { in getMemoryConstraintID() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1408 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in createMIROperandComment()
H A DMachineInstr.cpp1758 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2128 unsigned ConstraintID = InlineAsm::getMemoryConstraintID(Flags); in SelectInlineAsmMemoryOperands()