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 93 const PassNameParser::OptionInfo *VT2) {
94 return std::strcmp(VT1->Name, VT2->Name);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 106 bool isTruncateFree(EVT VT1, EVT VT2) const override;
117 bool isZExtFree(EVT VT1, EVT VT2) const override;
118 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 391 SDVTList getVTList(EVT VT1, EVT VT2);
392 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
393 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 114 bool isZExtFree(SDValue Val, EVT VT2) const override;
116 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
AMDGPUISelLowering.cpp 464 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
465 return isZExtFree(Val.getValueType(), VT2);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 276 bool isTruncateFree(EVT VT1, EVT VT2) const override;
279 bool isZExtFree(EVT VT1, EVT VT2) const override;
280 bool isZExtFree(SDValue Val, EVT VT2) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 96 bool isTruncateFree(EVT VT1, EVT VT2) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 690 bool isTruncateFree(EVT VT1, EVT VT2) const override;
703 bool isZExtFree(EVT VT1, EVT VT2) const override;
704 bool isZExtFree(SDValue Val, EVT VT2) const override;
713 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
715 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 100 bool isZExtFree(SDValue Val, EVT VT2) const override;
XCoreISelLowering.cpp 187 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
193 !VT2.isSimple() || !VT2.isInteger())
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 711 MVT VT2;
713 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 282 bool isZExtFree(SDValue Val, EVT VT2) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 466 bool isTruncateFree(EVT VT1, EVT VT2) const override;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 1429 milliseconds