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/ |
D | TargetLowering.cpp | 4087 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 …]
|
D | SelectionDAGBuilder.cpp | 7871 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 …]
|
D | FunctionLoweringInfo.cpp | 200 Op.ConstraintVT); in set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 434 const char *LowerXConstraint(EVT ConstraintVT) const override;
|
D | ARMISelLowering.cpp | 15862 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/ |
D | AArch64ISelLowering.h | 784 const char *LowerXConstraint(EVT ConstraintVT) const override;
|
D | AArch64ISelLowering.cpp | 6152 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/ |
D | TargetLowering.h | 3898 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/ |
D | X86ISelLowering.h | 988 const char *LowerXConstraint(EVT ConstraintVT) const override;
|
D | X86ISelLowering.cpp | 46633 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/ |
D | SIISelLowering.cpp | 11085 SIRI, TC.ConstraintCode, TC.ConstraintVT); in requiresUniformRegister()
|