Searched defs:VT2 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h93 const PassNameParser::OptionInfo *VT2) {
94 return std::strcmp(VT1->Name, VT2->Name);
92 ValLessThan(const PassNameParser::OptionInfo *VT1, const PassNameParser::OptionInfo *VT2) argument
/external/llvm/include/llvm/Target/
H A DTargetLowering.h711 MVT VT2; local
713 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
1315 virtual bool isTruncateFree(EVT /*VT1*/, EVT /*VT2*/) const {
1331 virtual bool isZExtFree(EVT /*VT1*/, EVT /*VT2*/) const {
1366 /// Return true if zero-extending the specific node Val to type VT2 is free
1369 virtual bool isZExtFree(SDValue Val, EVT VT2) const {
1370 return isZExtFree(Val.getValueType(), VT2);
1400 /// VT2. e.g. on x86, it's profitable to narrow from i32 to i8 but not from
1402 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1039 *VT2 = getVecTypeForPair(IT2, JT2); local
1082 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK);
1091 VParts2 = TTI->getNumberOfParts(VT2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1775 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { argument
1777 VT2.getStoreSizeInBits())/8;
1779 Type *Ty2 = VT2.getTypeForEVT(*getContext());
5124 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { argument
5128 ID.AddInteger(VT2.getRawBits());
5135 Array[1] = VT2;
5142 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { argument
5146 ID.AddInteger(VT2.getRawBits());
5154 Array[1] = VT2;
5162 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EV argument
5369 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) argument
5375 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2) argument
5381 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, ArrayRef<SDValue> Ops) argument
5388 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, EVT VT4, ArrayRef<SDValue> Ops) argument
5395 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1) argument
5403 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) argument
5411 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
5420 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5589 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2) argument
5595 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, SDValue Op1) argument
5603 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) argument
5611 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
5620 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) argument
5628 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2) argument
5637 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5646 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, ArrayRef<SDValue> Ops) argument
5654 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, EVT VT4, ArrayRef<SDValue> Ops) argument
[all...]

Completed in 2040 milliseconds