Searched defs:ExtVT (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2718 EVT ExtVT = N->getMemoryVT(); local
2719 unsigned EBytes = ExtVT.getStoreSize();
2723 ExtVT.getSizeInBits() - ExcessBits);
H A DLegalizeVectorTypes.cpp214 EVT ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT().getVectorElementType(); local
217 LHS, DAG.getValueType(ExtVT));
1582 EVT ExtVT = EVT::getVectorVT(*DAG.getContext(), local
1588 WidenVT, WidenLHS, DAG.getValueType(ExtVT));
H A DDAGCombiner.cpp2656 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits); local
2659 if (ExtVT == LoadedVT &&
2660 (!LegalOperations || TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT))) {
2667 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(),
2677 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() &&
2678 (!LegalOperations || TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT))) {
2689 unsigned EVTStoreBytes = ExtVT.getStoreSize();
2703 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(),
3622 EVT ExtVT local
4935 EVT ExtVT = VT; local
7342 EVT ExtVT = VT.getVectorElementType(); local
[all...]
H A DSelectionDAG.cpp5940 EVT ExtVT = cast<VTSDNode>(Operands[1])->getVT().getVectorElementType(); local
5943 getValueType(ExtVT)));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5021 EVT ExtVT = VT.getVectorElementType(); local
5048 unsigned EVTBits = ExtVT.getSizeInBits();
5085 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
5122 if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
5123 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
5135 if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
5208 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElem
5950 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32; local
[all...]

Completed in 92 milliseconds