Searched refs:getSimpleValueType (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp97 MVT VT = ScegN->getSimpleValueType(i);
135 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
335 MVT VT = SU->getNode()->getSimpleValueType(i);
344 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
488 MVT VT = ScegN->getSimpleValueType(i);
499 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
H A DInstrEmitter.cpp102 MVT VT = Node->getSimpleValueType(ResNo);
127 MVT VT = Node->getSimpleValueType(Op.getResNo());
277 TLI->getRegClassFor(Op.getSimpleValueType());
477 TLI->getRegClassFor(Node->getSimpleValueType(0));
500 Node->getOperand(0).getSimpleValueType(),
532 const TargetRegisterClass *SRC = TLI->getRegClassFor(Node->getSimpleValueType(0));
H A DTargetLowering.cpp1572 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) {
1579 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType()))
1582 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType()))
1585 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType()))
1588 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType()))
1592 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType()))
1595 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType()))
1598 isCondCodeLegal(ISD::SETULT, N0.getSimpleValueType()))
1601 isCondCodeLegal(ISD::SETULT, N0.getSimpleValueType()))
1635 getCondCodeAction(NewCond, N0.getSimpleValueType())
[all...]
H A DLegalizeVectorOps.cpp166 MVT ValVT = ST->getValue().getSimpleValueType();
319 MVT VT = Op.getSimpleValueType();
H A DScheduleDAGRRList.cpp1979 MVT VT = N->getSimpleValueType(i);
2026 MVT VT = N->getSimpleValueType(i);
2137 MVT VT = PN->getSimpleValueType(0);
2149 MVT VT = PN->getSimpleValueType(0);
2156 MVT VT = PN->getSimpleValueType(i);
2173 MVT VT = N->getSimpleValueType(i);
H A DScheduleDAGSDNodes.cpp565 ValueType = Node->getSimpleValueType(DefIdx);
H A DLegalizeDAG.cpp716 MVT VT = Value.getSimpleValueType();
824 switch (TLI.getTruncStoreAction(ST->getValue().getSimpleValueType(),
870 MVT VT = Node->getSimpleValueType(0);
1191 MVT OpVT = Node->getOperand(CompareOperand).getSimpleValueType();
1598 MVT OpVT = LHS.getSimpleValueType();
3734 MVT OVT = Node->getSimpleValueType(0);
3738 OVT = Node->getOperand(0).getSimpleValueType();
H A DSelectionDAGBuilder.cpp239 assert(RegisterVT == Parts[0].getSimpleValueType() &&
5868 OpVT = TLI.getSimpleValueType(STy->getElementType(ResNo));
5871 OpVT = TLI.getSimpleValueType(CS.getType());
6167 MVT RegVT = AsmNodeOperands[CurOp+1].getSimpleValueType();
H A DDAGCombiner.cpp2637 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
2639 TLI.getSetCCResultType(N0.getSimpleValueType())))))
3149 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) &&
3415 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) {
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h134 MVT getSimpleValueType() const { function in class:llvm::SDValue
599 MVT getSimpleValueType(unsigned ResNo) const {
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp527 OpClass = getRegClassFor(Op.getSimpleValueType());
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h587 MVT getSimpleValueType(Type *Ty, bool AllowUnknown = false) const { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1788 MVT VT = Op.getSimpleValueType();

Completed in 377 milliseconds