Home
last modified time | relevance | path

Searched refs:ConstraintVT (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3174 if (ConstraintVT.isInteger()) in LowerXConstraint()
3176 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
3335 OpInfo.ConstraintVT = MVT::Other; in ParseConstraints()
3351 OpInfo.ConstraintVT = in ParseConstraints()
3393 OpInfo.ConstraintVT = in ParseConstraints()
3401 OpInfo.ConstraintVT = MVT::getVT(OpTy, true); in ParseConstraints()
3430 if (OpInfo.ConstraintVT != Input.ConstraintVT) { in ParseConstraints()
3431 if ((OpInfo.ConstraintVT.isInteger() != in ParseConstraints()
3477 if (OpInfo.ConstraintVT != Input.ConstraintVT) { in ParseConstraints()
3484 if ((OpInfo.ConstraintVT.isInteger() != in ParseConstraints()
[all …]
H A DSelectionDAGBuilder.cpp7277 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
7289 if ((OpInfo.ConstraintVT.isInteger() != in patchMatchingInput()
7297 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()
7394 OpInfo.ConstraintVT = RegVT; in GetRegistersForValue()
7403 OpInfo.ConstraintVT = VT; in GetRegistersForValue()
7413 EVT ValueVT = OpInfo.ConstraintVT; in GetRegistersForValue()
7414 if (OpInfo.ConstraintVT == MVT::Other) in GetRegistersForValue()
7419 if (OpInfo.ConstraintVT != MVT::Other) in GetRegistersForValue()
7538 OpInfo.ConstraintVT = in visitInlineAsm()
7551 OpInfo.ConstraintVT = in visitInlineAsm()
[all …]
H A DFunctionLoweringInfo.cpp192 Op.ConstraintVT); in set()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h688 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DAArch64ISelLowering.cpp5582 const char *AArch64TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
5593 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
5596 if (ConstraintVT.isVector() && in LowerXConstraint()
5597 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
5598 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h410 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DARMISelLowering.cpp13763 const char *ARMTargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
13773 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
13775 if (ConstraintVT.isVector() && Subtarget->hasNEON() && in LowerXConstraint()
13776 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
13777 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3563 MVT ConstraintVT = MVT::Other; member
3633 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h896 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DX86ISelLowering.cpp42124 LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
42127 if (ConstraintVT.isFloatingPoint()) { in LowerXConstraint()
42134 return TargetLowering::LowerXConstraint(ConstraintVT); in LowerXConstraint()