Home
last modified time | relevance | path

Searched refs:C_Memory (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp145 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
H A DCodeGenPrepare.cpp4243 (OpInfo.ConstraintType != TargetLowering::C_Memory || in IsOperandAMemoryOperand()
4877 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in optimizeInlineAsmInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3140 return C_Memory; in getConstraintType()
3164 return C_Memory; in getConstraintType()
3508 case TargetLowering::C_Memory: in getConstraintGenerality()
3639 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
H A DSelectionDAGBuilder.cpp7213 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory) in hasMemory()
7487 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
7595 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
7601 if (OpInfo.ConstraintType == TargetLowering::C_Memory && in visitInlineAsm()
7784 OpInfo.ConstraintType = TargetLowering::C_Memory; in visitInlineAsm()
7805 if (OpInfo.ConstraintType == TargetLowering::C_Memory) { in visitInlineAsm()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3525 C_Memory, // Memory constraint. enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1702 return C_Memory; in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3701 return C_Memory; in getConstraintType()
3706 return C_Memory; in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13798 case 'Q': return C_Memory; in getConstraintType()
13804 case 'U': return C_Memory; in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp767 return C_Memory; in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5620 return C_Memory; in getConstraintType()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13499 return C_Memory; in getConstraintType()