/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/lib/Target/MSP430/ |
MSP430ISelLowering.h | 108 virtual bool isTruncateFree(EVT VT1, EVT VT2) const; 119 virtual bool isZExtFree(EVT VT1, EVT VT2) const; 120 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
|
MSP430ISelLowering.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 350 SDVTList getVTList(EVT VT1, EVT VT2); 351 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3); 352 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4); [all...] |
/external/eigen/unsupported/test/ |
FFTW.cpp | 31 template <typename VT1,typename VT2> 32 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf) 53 template <typename VT1,typename VT2> 54 long double dif_rmse( const VT1 buf1,const VT2 buf2)
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.h | 96 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
|
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 665 virtual bool isTruncateFree(EVT VT1, EVT VT2) const; 678 virtual bool isZExtFree(EVT VT1, EVT VT2) const; 679 virtual bool isZExtFree(SDValue Val, EVT VT2) const; 688 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow 690 virtual bool isNarrowingProfitable(EVT VT1, EVT VT2) const; [all...] |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 637 MVT VT2; 639 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 299 virtual bool isZExtFree(SDValue Val, EVT VT2) const;
|
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
BBVectorize.cpp | [all...] |