Home
last modified time | relevance | path

Searched refs:SourceVT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1722 MVT SourceVT; in X86SelectBranch() local
1724 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1726 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1301 MVT SourceVT; in SelectBranch() local
1303 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16360 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local
16367 if (VT.getScalarSizeInBits() != SourceVT.getScalarSizeInBits()) in foldBitcastedFPLogic()
16375 SignMask = ~APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
16379 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
16383 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()