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

  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 91 const PassNameParser::OptionInfo *VT2) {
92 return std::strcmp(VT1->Name, VT2->Name);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 109 bool isTruncateFree(EVT VT1, EVT VT2) const override;
120 bool isZExtFree(EVT VT1, EVT VT2) const override;
121 bool isZExtFree(SDValue Val, EVT VT2) const override;
MSP430ISelLowering.cpp     [all...]
  /external/eigen/unsupported/test/
FFTW.cpp 28 template <typename VT1,typename VT2>
29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf)
50 template <typename VT1,typename VT2>
51 long double dif_rmse( const VT1 buf1,const VT2 buf2)
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 408 SDVTList getVTList(EVT VT1, EVT VT2);
409 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
410 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 742 bool isTruncateFree(EVT VT1, EVT VT2) const override;
755 bool isZExtFree(EVT VT1, EVT VT2) const override;
756 bool isZExtFree(SDValue Val, EVT VT2) const override;
768 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
770 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 122 bool isZExtFree(SDValue Val, EVT VT2) const override;
124 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
AMDGPUISelLowering.cpp 539 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
540 return isZExtFree(Val.getValueType(), VT2);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 296 bool isTruncateFree(EVT VT1, EVT VT2) const override;
301 bool isZExtFree(EVT VT1, EVT VT2) const override;
302 bool isZExtFree(SDValue Val, EVT VT2) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 136 bool isTruncateFree(EVT VT1, EVT VT2) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 100 bool isZExtFree(SDValue Val, EVT VT2) const override;
XCoreISelLowering.cpp 189 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
195 !VT2.isSimple() || !VT2.isInteger())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 562 bool isTruncateFree(EVT VT1, EVT VT2) const override;
564 bool isZExtFree(SDValue Val, EVT VT2) const override;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 779 MVT VT2;
781 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 279 bool isZExtFree(SDValue Val, EVT VT2) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 656 milliseconds