Home
last modified time | relevance | path

Searched refs:FromVT (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp691 EVT FromVT(MVT::Other); in getCopyFromRegs() local
693 isSExt = true, FromVT = MVT::i1; // ASSERT SEXT 1 in getCopyFromRegs()
695 isSExt = false, FromVT = MVT::i1; // ASSERT ZEXT 1 in getCopyFromRegs()
697 isSExt = true, FromVT = MVT::i8; // ASSERT SEXT 8 in getCopyFromRegs()
699 isSExt = false, FromVT = MVT::i8; // ASSERT ZEXT 8 in getCopyFromRegs()
701 isSExt = true, FromVT = MVT::i16; // ASSERT SEXT 16 in getCopyFromRegs()
703 isSExt = false, FromVT = MVT::i16; // ASSERT ZEXT 16 in getCopyFromRegs()
705 isSExt = true, FromVT = MVT::i32; // ASSERT SEXT 32 in getCopyFromRegs()
707 isSExt = false, FromVT = MVT::i32; // ASSERT ZEXT 32 in getCopyFromRegs()
712 assert(FromVT != MVT::Other); in getCopyFromRegs()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp698 EVT FromVT(MVT::Other); in getCopyFromRegs() local
701 FromVT = MVT::i1; in getCopyFromRegs()
704 FromVT = MVT::i1; in getCopyFromRegs()
707 FromVT = MVT::i8; in getCopyFromRegs()
710 FromVT = MVT::i8; in getCopyFromRegs()
713 FromVT = MVT::i16; in getCopyFromRegs()
716 FromVT = MVT::i16; in getCopyFromRegs()
719 FromVT = MVT::i32; in getCopyFromRegs()
722 FromVT = MVT::i32; in getCopyFromRegs()
727 assert(FromVT != MVT::Other); in getCopyFromRegs()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp542 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const { in isTruncateFree() argument
543 if (!FromVT.isInteger() || !ToVT.isInteger()) in isTruncateFree()
545 unsigned FromBits = FromVT.getSizeInBits(); in isTruncateFree()
3816 EVT FromVT = Op.getNode() ? Op.getValueType() : VT; in add() local
3817 unsigned FromBytesPerElement = FromVT.getVectorElementType().getStoreSize(); in add()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp732 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const { in isTruncateFree() argument
733 if (!FromVT.isInteger() || !ToVT.isInteger()) in isTruncateFree()
735 unsigned FromBits = FromVT.getSizeInBits(); in isTruncateFree()
4069 EVT FromVT = Op.getNode() ? Op.getValueType() : VT; in add() local
4070 unsigned FromBytesPerElement = FromVT.getVectorElementType().getStoreSize(); in add()
/external/llvm/include/llvm/Target/
DTargetLowering.h1665 virtual bool isTruncateFree(EVT FromVT, EVT ToVT) const { in isTruncateFree() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2075 virtual bool isTruncateFree(EVT FromVT, EVT ToVT) const { in isTruncateFree() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp836 EVT FromVT(MVT::Other); in getCopyFromRegs() local
838 FromVT = EVT::getIntegerVT(*DAG.getContext(), RegSize - NumZeroBits); in getCopyFromRegs()
841 FromVT = in getCopyFromRegs()
848 assert(FromVT != MVT::Other); in getCopyFromRegs()
850 RegisterVT, P, DAG.getValueType(FromVT)); in getCopyFromRegs()