Searched refs:ExtVT (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2886 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits); local
2889 if (ExtVT == LoadedVT &&
2890 (!LegalOperations || TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT))) {
2895 LN0->getChain(), LN0->getBasePtr(), ExtVT,
2905 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() &&
2906 (!LegalOperations || TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT))) {
2917 unsigned EVTStoreBytes = ExtVT.getStoreSize();
2931 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(),
4148 EVT ExtVT local
5671 EVT ExtVT = VT; local
9931 EVT ExtVT = VT.getVectorElementType(); local
[all...]
H A DLegalizeVectorTypes.cpp243 EVT ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT().getVectorElementType(); local
246 LHS, DAG.getValueType(ExtVT));
1921 EVT ExtVT = EVT::getVectorVT(*DAG.getContext(), local
1927 WidenVT, WidenLHS, DAG.getValueType(ExtVT));
H A DLegalizeIntegerTypes.cpp2753 EVT ExtVT = N->getMemoryVT(); local
2754 unsigned EBytes = ExtVT.getStoreSize();
2758 ExtVT.getSizeInBits() - ExcessBits);
H A DSelectionDAG.cpp6460 EVT ExtVT = cast<VTSDNode>(Operands[1])->getVT().getVectorElementType(); local
6463 getValueType(ExtVT)));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6503 MVT ExtVT = VT.getVectorElementType(); local
6535 unsigned EVTBits = ExtVT.getSizeInBits();
6572 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
6608 if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
6609 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
6621 if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
6693 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElem
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6015 EVT ExtVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
6016 if (ExtVT != MVT::v2i32) {
6020 ExtVT.getVectorElementType(), 4)));

Completed in 2872 milliseconds