HomeSort by relevance Sort by last modified time
    Searched refs:VT2 (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Support/
PassNameParser.h 89 static int ValLessThan(const void *VT1, const void *VT2) {
92 static_cast<const ValType *>(VT2)->Name);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 319 SDVTList getVTList(EVT VT1, EVT VT2);
320 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
321 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
734 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2);
736 EVT VT2, const SDValue *Ops, unsigned NumOps);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 106 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
117 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 81 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 565 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
576 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
579 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
581 virtual bool isNarrowingProfitable(EVT VT1, EVT VT2) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 573 EVT VT1, VT2;
575 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
    [all...]

Completed in 845 milliseconds