Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp104 unsigned ConstraintID = InlineAsm::getMemoryConstraintID(MO.getImm()); in getLoadStoreOffsetSizeInBits()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h355 static unsigned getMemoryConstraintID(unsigned Flag) { in getMemoryConstraintID() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1525 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in createMIROperandComment()
H A DMachineInstr.cpp1757 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in print()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2029 unsigned ConstraintID = InlineAsm::getMemoryConstraintID(Flags); in SelectInlineAsmMemoryOperands()