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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2688 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits); local
2691 if (ExtVT == LoadedVT &&
2692 (!LegalOperations || TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT))) {
2699 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(),
2709 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() &&
2710 (!LegalOperations || TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT))) {
2721 unsigned EVTStoreBytes = ExtVT.getStoreSize();
2735 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(),
3671 EVT ExtVT local
4985 EVT ExtVT = VT; local
8152 EVT ExtVT = VT.getVectorElementType(); local
[all...]
H A DLegalizeVectorTypes.cpp235 EVT ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT().getVectorElementType(); local
238 LHS, DAG.getValueType(ExtVT));
1638 EVT ExtVT = EVT::getVectorVT(*DAG.getContext(), local
1644 WidenVT, WidenLHS, DAG.getValueType(ExtVT));
H A DLegalizeIntegerTypes.cpp2726 EVT ExtVT = N->getMemoryVT(); local
2727 unsigned EBytes = ExtVT.getStoreSize();
2731 ExtVT.getSizeInBits() - ExcessBits);
H A DSelectionDAG.cpp6031 EVT ExtVT = cast<VTSDNode>(Operands[1])->getVT().getVectorElementType(); local
6034 getValueType(ExtVT)));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp5248 EVT ExtVT = VT.getVectorElementType(); local
5279 unsigned EVTBits = ExtVT.getSizeInBits();
5316 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
5352 if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
5353 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
5365 if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
5437 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElem
6141 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32; local
[all...]

Completed in 290 milliseconds