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

1 2 3

  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 23 VTableBits VT2;
24 VT2.ObjectSize = 8;
25 VT2.Before.BytesUsed = {1 << 1};
26 VT2.After.BytesUsed = {1 << 0};
29 TypeMemberInfo TM2{&VT2, 0};
57 VT2.After.BytesUsed = {0xff, 1, 0, 0, 0};
66 VTableBits VT2;
67 VT2.ObjectSize = 8;
70 TypeMemberInfo TM2{&VT2, 0};
89 EXPECT_EQ(std::vector<uint8_t>{0}, VT2.Before.Bytes)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 23 VTableBits VT2;
24 VT2.ObjectSize = 8;
25 VT2.Before.BytesUsed = {1 << 1};
26 VT2.After.BytesUsed = {1 << 0};
29 TypeMemberInfo TM2{&VT2, 0};
57 VT2.After.BytesUsed = {0xff, 1, 0, 0, 0};
66 VTableBits VT2;
67 VT2.ObjectSize = 8;
70 TypeMemberInfo TM2{&VT2, 0};
89 EXPECT_EQ(std::vector<uint8_t>{0}, VT2.Before.Bytes)
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 91 const PassNameParser::OptionInfo *VT2) {
92 return std::strcmp(VT1->Name, VT2->Name);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h 89 static int ValLessThan(const void *VT1, const void *VT2) {
92 static_cast<const ValType *>(VT2)->Name);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
LegacyPassNameParser.h 91 const PassNameParser::OptionInfo *VT2) {
92 return VT1->Name.compare(VT2->Name);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 110 bool isTruncateFree(EVT VT1, EVT VT2) const override;
121 bool isZExtFree(EVT VT1, EVT VT2) const override;
122 bool isZExtFree(SDValue Val, EVT VT2) const override;
MSP430ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 317 SDVTList getVTList(EVT VT1, EVT VT2);
318 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
319 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
730 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2);
732 EVT VT2, const SDValue *Ops, unsigned NumOps);
734 EVT VT2, EVT VT3, const SDValue *Ops, unsigned NumOps)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 106 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
117 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 110 bool isTruncateFree(EVT VT1, EVT VT2) const override;
121 bool isZExtFree(EVT VT1, EVT VT2) const override;
122 bool isZExtFree(SDValue Val, EVT VT2) const override;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 462 SDVTList getVTList(EVT VT1, EVT VT2);
463 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
464 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 542 SDVTList getVTList(EVT VT1, EVT VT2);
543 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
544 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.h 53 bool isZExtFree(SDValue Val, EVT VT2) const override;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 130 bool isZExtFree(SDValue Val, EVT VT2) const override;
132 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 290 bool isTruncateFree(EVT VT1, EVT VT2) const override;
295 bool isZExtFree(EVT VT1, EVT VT2) const override;
296 bool isZExtFree(SDValue Val, EVT VT2) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 649 virtual bool isTruncateFree(EVT VT1, EVT VT2) const;
660 virtual bool isZExtFree(EVT VT1, EVT VT2) const;
663 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
665 virtual bool isNarrowingProfitable(EVT VT1, EVT VT2) const;
    [all...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
pointer_deleter.pass.cpp 253 typedef typename std::conditional<IsArray, int[], int>::type VT2;
257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 157 bool isZExtFree(SDValue Val, EVT VT2) const override;
159 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 863 bool isTruncateFree(EVT VT1, EVT VT2) const override;
876 bool isZExtFree(EVT VT1, EVT VT2) const override;
877 bool isZExtFree(SDValue Val, EVT VT2) const override;
889 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
891 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 100 bool isZExtFree(SDValue Val, EVT VT2) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.h 100 bool isZExtFree(SDValue Val, EVT VT2) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 2011 milliseconds

1 2 3