Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4087 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
4088 if (ConstraintVT.isInteger()) in LowerXConstraint()
4090 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
4267 OpInfo.ConstraintVT = MVT::Other; in ParseConstraints()
4283 OpInfo.ConstraintVT = in ParseConstraints()
4287 OpInfo.ConstraintVT = getSimpleValueType(DL, CS.getType()); in ParseConstraints()
4325 OpInfo.ConstraintVT = in ParseConstraints()
4331 OpInfo.ConstraintVT = MVT::getIntegerVT(PtrSize); in ParseConstraints()
4333 OpInfo.ConstraintVT = MVT::getVT(OpTy, true); in ParseConstraints()
4362 if (OpInfo.ConstraintVT != Input.ConstraintVT) { in ParseConstraints()
[all …]
DSelectionDAGBuilder.cpp7871 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
7879 OpInfo.ConstraintVT); in patchMatchingInput()
7882 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
7883 if ((OpInfo.ConstraintVT.isInteger() != in patchMatchingInput()
7884 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
7891 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()
7962 &TRI, RefOpInfo.ConstraintCode, RefOpInfo.ConstraintVT); in GetRegistersForValue()
7972 if (OpInfo.ConstraintVT != MVT::Other) { in GetRegistersForValue()
7981 !TRI.isTypeLegalForClass(*RC, OpInfo.ConstraintVT)) { in GetRegistersForValue()
7986 if (RegVT.getSizeInBits() == OpInfo.ConstraintVT.getSizeInBits()) { in GetRegistersForValue()
[all …]
DFunctionLoweringInfo.cpp200 Op.ConstraintVT); in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h434 const char *LowerXConstraint(EVT ConstraintVT) const override;
DARMISelLowering.cpp15862 const char *ARMTargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
15872 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
15874 if (ConstraintVT.isVector() && Subtarget->hasNEON() && in LowerXConstraint()
15875 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
15876 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h784 const char *LowerXConstraint(EVT ConstraintVT) const override;
DAArch64ISelLowering.cpp6152 const char *AArch64TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
6163 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
6166 if (ConstraintVT.isVector() && in LowerXConstraint()
6167 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
6168 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3898 MVT ConstraintVT = MVT::Other; member
3966 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h988 const char *LowerXConstraint(EVT ConstraintVT) const override;
DX86ISelLowering.cpp46633 LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
46636 if (ConstraintVT.isFloatingPoint()) { in LowerXConstraint()
46643 return TargetLowering::LowerXConstraint(ConstraintVT); in LowerXConstraint()
46654 if (OpInfo.ConstraintVT.isVector() || !OpInfo.ConstraintVT.isInteger() || in LowerAsmOutputForConstraint()
46655 OpInfo.ConstraintVT.getSizeInBits() < 8) in LowerAsmOutputForConstraint()
46667 SDValue Result = DAG.getNode(ISD::ZERO_EXTEND, DL, OpInfo.ConstraintVT, CC); in LowerAsmOutputForConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp11085 SIRI, TC.ConstraintCode, TC.ConstraintVT); in requiresUniformRegister()