Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2670 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const{ in LowerXConstraint()
2671 if (ConstraintVT.isInteger()) in LowerXConstraint()
2673 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
2822 OpInfo.ConstraintVT = MVT::Other; in ParseConstraints()
2838 OpInfo.ConstraintVT = getValueType(STy->getElementType(ResNo)); in ParseConstraints()
2841 OpInfo.ConstraintVT = getValueType(CS.getType()); in ParseConstraints()
2879 OpInfo.ConstraintVT = in ParseConstraints()
2884 OpInfo.ConstraintVT = MVT::getIntegerVT(8*TD->getPointerSize()); in ParseConstraints()
2886 OpInfo.ConstraintVT = EVT::getEVT(OpTy, true); in ParseConstraints()
2915 if (OpInfo.ConstraintVT != Input.ConstraintVT) { in ParseConstraints()
[all …]
DSelectionDAGBuilder.cpp5727 OpInfo.ConstraintVT); in GetRegistersForValue()
5730 if (OpInfo.ConstraintVT != MVT::Other) { in GetRegistersForValue()
5735 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) { in GetRegistersForValue()
5740 if (RegVT.getSizeInBits() == OpInfo.ConstraintVT.getSizeInBits()) { in GetRegistersForValue()
5743 OpInfo.ConstraintVT = RegVT; in GetRegistersForValue()
5744 } else if (RegVT.isInteger() && OpInfo.ConstraintVT.isFloatingPoint()) { in GetRegistersForValue()
5750 OpInfo.ConstraintVT.getSizeInBits()); in GetRegistersForValue()
5753 OpInfo.ConstraintVT = RegVT; in GetRegistersForValue()
5757 NumRegs = TLI.getNumRegisters(Context, OpInfo.ConstraintVT); in GetRegistersForValue()
5761 EVT ValueVT = OpInfo.ConstraintVT; in GetRegistersForValue()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2265 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const{ in LowerXConstraint()
2266 if (ConstraintVT.isInteger()) in LowerXConstraint()
2268 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
2430 OpInfo.ConstraintVT = MVT::Other; in ParseConstraints()
2446 OpInfo.ConstraintVT = in ParseConstraints()
2450 OpInfo.ConstraintVT = getSimpleValueType(DL, CS.getType()); in ParseConstraints()
2488 OpInfo.ConstraintVT = in ParseConstraints()
2494 OpInfo.ConstraintVT = MVT::getIntegerVT(PtrSize); in ParseConstraints()
2496 OpInfo.ConstraintVT = MVT::getVT(OpTy, true); in ParseConstraints()
2525 if (OpInfo.ConstraintVT != Input.ConstraintVT) { in ParseConstraints()
[all …]
DSelectionDAGBuilder.cpp6474 OpInfo.ConstraintVT); in GetRegistersForValue()
6477 if (OpInfo.ConstraintVT != MVT::Other) { in GetRegistersForValue()
6482 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) { in GetRegistersForValue()
6490 OpInfo.ConstraintVT = RegVT; in GetRegistersForValue()
6491 } else if (RegVT.isInteger() && OpInfo.ConstraintVT.isFloatingPoint()) { in GetRegistersForValue()
6496 RegVT = MVT::getIntegerVT(OpInfo.ConstraintVT.getSizeInBits()); in GetRegistersForValue()
6499 OpInfo.ConstraintVT = RegVT; in GetRegistersForValue()
6503 NumRegs = TLI.getNumRegisters(Context, OpInfo.ConstraintVT); in GetRegistersForValue()
6507 EVT ValueVT = OpInfo.ConstraintVT; in GetRegistersForValue()
6513 if (OpInfo.ConstraintVT == MVT::Other) in GetRegistersForValue()
[all …]
DFunctionLoweringInfo.cpp189 Op.ConstraintVT); in set()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1409 EVT ConstraintVT; member
1425 ConstraintVT(info.ConstraintVT) { in AsmOperandInfo()
1432 CallOperandVal(0), ConstraintVT(MVT::Other) { in AsmOperandInfo()
1486 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2903 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const{ in LowerXConstraint()
2904 if (ConstraintVT.isInteger()) in LowerXConstraint()
2906 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
3065 OpInfo.ConstraintVT = MVT::Other; in ParseConstraints()
3081 OpInfo.ConstraintVT = in ParseConstraints()
3085 OpInfo.ConstraintVT = getSimpleValueType(DL, CS.getType()); in ParseConstraints()
3123 OpInfo.ConstraintVT = in ParseConstraints()
3129 OpInfo.ConstraintVT = MVT::getIntegerVT(PtrSize); in ParseConstraints()
3131 OpInfo.ConstraintVT = MVT::getVT(OpTy, true); in ParseConstraints()
3160 if (OpInfo.ConstraintVT != Input.ConstraintVT) { in ParseConstraints()
[all …]
DSelectionDAGBuilder.cpp7132 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
7140 OpInfo.ConstraintVT); in patchMatchingInput()
7143 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
7144 if ((OpInfo.ConstraintVT.isInteger() != in patchMatchingInput()
7145 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
7152 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()
7216 RefOpInfo.ConstraintVT); in GetRegistersForValue()
7219 if (OpInfo.ConstraintVT != MVT::Other) { in GetRegistersForValue()
7229 !TRI.isTypeLegalForClass(*PhysReg.second, OpInfo.ConstraintVT)) { in GetRegistersForValue()
7235 if (RegVT.getSizeInBits() == OpInfo.ConstraintVT.getSizeInBits()) { in GetRegistersForValue()
[all …]
DFunctionLoweringInfo.cpp192 Op.ConstraintVT); in set()
/external/llvm/include/llvm/Target/
DTargetLowering.h2840 MVT ConstraintVT; member
2854 ConstraintVT(MVT::Other) {} in AsmOperandInfo()
2912 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h544 const char *LowerXConstraint(EVT ConstraintVT) const override;
DAArch64ISelLowering.cpp4620 const char *AArch64TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
4631 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
4634 if (ConstraintVT.isVector() && in LowerXConstraint()
4635 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
4636 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h341 const char *LowerXConstraint(EVT ConstraintVT) const override;
DARMISelLowering.cpp11709 const char *ARMTargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
11719 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
11721 if (ConstraintVT.isVector() && Subtarget->hasNEON() && in LowerXConstraint()
11722 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
11723 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h622 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
DX86ISelLowering.cpp14636 LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
14639 if (ConstraintVT.isFloatingPoint()) { in LowerXConstraint()
14646 return TargetLowering::LowerXConstraint(ConstraintVT); in LowerXConstraint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h669 const char *LowerXConstraint(EVT ConstraintVT) const override;
DAArch64ISelLowering.cpp5370 const char *AArch64TargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
5381 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
5384 if (ConstraintVT.isVector() && in LowerXConstraint()
5385 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
5386 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h406 const char *LowerXConstraint(EVT ConstraintVT) const override;
DARMISelLowering.cpp13600 const char *ARMTargetLowering::LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
13610 if (ConstraintVT.isFloatingPoint()) in LowerXConstraint()
13612 if (ConstraintVT.isVector() && Subtarget->hasNEON() && in LowerXConstraint()
13613 (ConstraintVT.getSizeInBits() == 64 || in LowerXConstraint()
13614 ConstraintVT.getSizeInBits() == 128)) in LowerXConstraint()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h801 const char *LowerXConstraint(EVT ConstraintVT) const override;
DX86ISelLowering.cpp31391 LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
31394 if (ConstraintVT.isFloatingPoint()) { in LowerXConstraint()
31401 return TargetLowering::LowerXConstraint(ConstraintVT); in LowerXConstraint()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3410 MVT ConstraintVT = MVT::Other; member
3480 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h886 const char *LowerXConstraint(EVT ConstraintVT) const override;
DX86ISelLowering.cpp40218 LowerXConstraint(EVT ConstraintVT) const { in LowerXConstraint()
40221 if (ConstraintVT.isFloatingPoint()) { in LowerXConstraint()
40228 return TargetLowering::LowerXConstraint(ConstraintVT); in LowerXConstraint()