/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | AMDGPUISelLowering.h | 175 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|
/third_party/skia/third_party/externals/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 …]
|
D | TargetLowering.h | 1290 EVT VT1; in getRegisterType() local 1293 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType() 1318 EVT VT1; in getNumRegisters() local 1321 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
|
/third_party/skia/third_party/externals/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;
|
D | MSP430ISelLowering.cpp | 1400 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree() argument 1401 if (!VT1.isInteger() || !VT2.isInteger()) in isTruncateFree() 1404 return (VT1.getSizeInBits() > VT2.getSizeInBits()); in isTruncateFree() 1412 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() argument 1414 return 0 && VT1 == MVT::i8 && VT2 == MVT::i16; in isZExtFree()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 82 #define VT1 0200000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 82 #define VT1 0200000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 69 C(VT1) in f()
|
/third_party/python/Modules/ |
D | termios.c | 533 #ifdef VT1 534 {"VT1", VT1},
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1993 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument 1994 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize()); in CreateStackTemporary() 1995 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 7533 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument 7536 ID.AddInteger(VT1.getRawBits()); in getVTList() 7543 Array[0] = VT1; in getVTList() 7551 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument 7554 ID.AddInteger(VT1.getRawBits()); in getVTList() 7562 Array[0] = VT1; in getVTList() 7571 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1062 bool isTruncateFree(EVT VT1, EVT VT2) const override; 1075 bool isZExtFree(EVT VT1, EVT VT2) const override; 1091 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 398 bool isTruncateFree(EVT VT1, EVT VT2) const override; 403 bool isZExtFree(EVT VT1, EVT VT2) const override;
|
/third_party/toybox/toys/pending/ |
D | stty.c | 108 { "vt1", VT1, VTDLY }, { "ff0", FF0, FFDLY }, { "ff1", FF1, FFDLY },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 183 EVT VT1 = Val.getValueType(); in isZExtFree() local 184 if (!VT1.isSimple() || !VT1.isInteger() || in isZExtFree() 188 switch (VT1.getSimpleVT().SimpleTy) { in isZExtFree()
|