/external/llvm/unittests/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 18 VTableBits VT1; in TEST() local 19 VT1.ObjectSize = 8; in TEST() 20 VT1.Before.BytesUsed = {1 << 0}; in TEST() 21 VT1.After.BytesUsed = {1 << 1}; in TEST() 28 TypeMemberInfo TM1{&VT1, 0}; in TEST() 56 VT1.After.BytesUsed = {0xff, 0, 0, 0, 0xff}; in TEST() 63 VTableBits VT1; in TEST() local 64 VT1.ObjectSize = 8; in TEST() 69 TypeMemberInfo TM1{&VT1, 0}; in TEST() 87 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.Before.Bytes); in TEST() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | 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); 1023 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2); 1024 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, 1026 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, 1028 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1030 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, 1032 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, 1034 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, [all …]
|
/external/llvm/test/Transforms/WholeProgramDevirt/ |
D | unique-retval.ll | 23 ; CHECK: [[VT1:%[^ ]*]] = bitcast [1 x i8*]* {{.*}} to i8* 30 ; CHECK: [[RES1:%[^ ]*]] = icmp eq i8* [[VT1]], bitcast ([1 x i8*]* @vt3 to i8*) 47 ; CHECK: [[RES1:%[^ ]*]] = icmp ne i8* [[VT1]], bitcast ([1 x i8*]* @vt2 to i8*)
|
D | virtual-const-prop-end.ll | 69 ; CHECK: [[VT1:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8* 76 ; CHECK: [[VTGEP1:%[^ ]*]] = getelementptr i8, i8* [[VT1]], i64 28
|
D | virtual-const-prop-check.ll | 79 ; CHECK: [[VT1:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8* 84 ; CHECK: [[VTGEP1:%[^ ]*]] = getelementptr i8, i8* [[VT1]], i64 -5
|
D | virtual-const-prop-begin.ll | 74 ; CHECK: [[VT1:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8* 81 ; CHECK: [[VTGEP1:%[^ ]*]] = getelementptr i8, i8* [[VT1]], i64 -5
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassNameParser.h | 90 static int ValLessThan(const PassNameParser::OptionInfo *VT1, in ValLessThan() argument 92 return std::strcmp(VT1->Name, VT2->Name); in ValLessThan()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassNameParser.h | 89 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare() argument 91 return VT1->Name.compare(VT2->Name); in ValCompare()
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 28 template <typename VT1,typename VT2> 29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf) in fft_rmse() 50 template <typename VT1,typename VT2> 51 long double dif_rmse( const VT1 buf1,const VT2 buf2) in dif_rmse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 212 VectorType *VT1 = dyn_cast<VectorType>(Ty1); in isVec3ToVec4Shuffle() local 213 if (!VT0 || !VT1) in isVec3ToVec4Shuffle() 217 VT1->getNumElements() != 4) in isVec3ToVec4Shuffle() 221 DL->getTypeSizeInBits(VT1->getElementType()); in isVec3ToVec4Shuffle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 572 SDVTList getVTList(EVT VT1, EVT VT2); 573 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3); 574 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4); 1250 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2); 1251 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1253 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1255 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, 1257 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1287 MachineSDNode *getMachineNode(unsigned Opcode, const SDLoc &dl, EVT VT1, 1289 MachineSDNode *getMachineNode(unsigned Opcode, const SDLoc &dl, EVT VT1, [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 110 bool isTruncateFree(EVT VT1, EVT VT2) const override; 121 bool isZExtFree(EVT VT1, EVT VT2) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 113 bool isTruncateFree(EVT VT1, EVT VT2) const override; 124 bool isZExtFree(EVT VT1, EVT VT2) const override;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1878 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument 1879 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize()); in CreateStackTemporary() 1880 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 5636 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument 5639 ID.AddInteger(VT1.getRawBits()); in getVTList() 5646 Array[0] = VT1; in getVTList() 5654 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument 5657 ID.AddInteger(VT1.getRawBits()); in getVTList() 5665 Array[0] = VT1; in getVTList() 5674 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument [all …]
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 89 #define VT1 0x04000 macro
|
/external/musl/arch/mipsn32/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/external/musl/arch/generic/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/external/musl/arch/mips/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/external/musl/arch/powerpc64/bits/ |
D | termios.h | 82 #define VT1 0200000 macro
|
/external/musl/arch/powerpc/bits/ |
D | termios.h | 82 #define VT1 0200000 macro
|
/external/musl/arch/mips64/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/external/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 28 …typedef T __attribute__((mode(V2SI))) VT1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() typedef
|
/external/python/cpython2/Modules/ |
D | termios.c | 483 #ifdef VT1 484 {"VT1", VT1},
|
/external/python/cpython3/Modules/ |
D | termios.c | 533 #ifdef VT1 534 {"VT1", VT1},
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 863 bool isTruncateFree(EVT VT1, EVT VT2) const override; 876 bool isZExtFree(EVT VT1, EVT VT2) const override; 891 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|