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

/external/llvm/include/llvm/Support/
H A DPassNameParser.h89 static int ValLessThan(const void *VT1, const void *VT2) { argument
92 static_cast<const ValType *>(VT2)->Name);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h573 EVT VT1, VT2; local
575 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
1573 virtual bool isTruncateFree(EVT /*VT1*/, EVT /*VT2*/) const {
1589 virtual bool isZExtFree(EVT /*VT1*/, EVT /*VT2*/) const {
1606 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
1608 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1498 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { argument
1500 VT2.getStoreSizeInBits())/8;
1502 Type *Ty2 = VT2.getTypeForEVT(*getContext());
4595 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { argument
4598 if (I->NumVTs == 2 && I->VTs[0] == VT1 && I->VTs[1] == VT2)
4603 Array[1] = VT2;
4609 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { argument
4612 if (I->NumVTs == 3 && I->VTs[0] == VT1 && I->VTs[1] == VT2 &&
4618 Array[1] = VT2;
4625 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EV argument
4840 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, const SDValue *Ops, unsigned NumOps) argument
4847 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2) argument
4853 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, const SDValue *Ops, unsigned NumOps) argument
4860 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, EVT VT4, const SDValue *Ops, unsigned NumOps) argument
4867 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1) argument
4875 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) argument
4883 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
4892 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5058 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2) argument
5064 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1) argument
5072 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) argument
5080 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
5089 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, const SDValue *Ops, unsigned NumOps) argument
5097 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2) argument
5106 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5115 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, const SDValue *Ops, unsigned NumOps) argument
5123 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, EVT VT4, const SDValue *Ops, unsigned NumOps) argument
[all...]

Completed in 158 milliseconds