Searched refs:FromVT (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 691 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/ |
D | SelectionDAGBuilder.cpp | 698 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/ |
D | SystemZISelLowering.cpp | 542 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/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1665 virtual bool isTruncateFree(EVT FromVT, EVT ToVT) const { in isTruncateFree() argument
|