Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInlineAsm.h383 ConstraintCode getMemoryConstraintID() const { in getMemoryConstraintID() function
411 assert(getMemoryConstraintID() == ConstraintCode::Unknown && "Mem constraint already set"); in setMemConstraint()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSERegisterInfo.cpp105 switch (F.getMemoryConstraintID()) { in getLoadStoreOffsetSizeInBits()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVMergeBaseOffset.cpp445 if (Flags.getMemoryConstraintID() == InlineAsm::ConstraintCode::A) in foldIntoMemoryOps()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetInstrInfo.cpp1775 InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in createMIROperandComment()
HDMachineInstr.cpp1845 const InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in print()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp2267 Flags.getMemoryConstraintID(); in SelectInlineAsmMemoryOperands()