Home
last modified time | relevance | path

Searched refs:VT1 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassNameParser.h89 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/
DAMDGPURewriteOutArguments.cpp212 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()
DAMDGPUISelLowering.h175 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h572 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 …]
DTargetLowering.h1290 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/
DMSP430ISelLowering.h113 bool isTruncateFree(EVT VT1, EVT VT2) const override;
124 bool isZExtFree(EVT VT1, EVT VT2) const override;
DMSP430ISelLowering.cpp1400 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/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h82 #define VT1 0200000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h82 #define VT1 0200000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/libc-test/src/api/
Dtermios.c69 C(VT1) in f()
/third_party/python/Modules/
Dtermios.c533 #ifdef VT1
534 {"VT1", VT1},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1993 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/
DX86ISelLowering.h1062 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/
DAArch64ISelLowering.h398 bool isTruncateFree(EVT VT1, EVT VT2) const override;
403 bool isZExtFree(EVT VT1, EVT VT2) const override;
/third_party/toybox/toys/pending/
Dstty.c108 { "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/
DXCoreISelLowering.cpp183 EVT VT1 = Val.getValueType(); in isZExtFree() local
184 if (!VT1.isSimple() || !VT1.isInteger() || in isZExtFree()
188 switch (VT1.getSimpleVT().SimpleTy) { in isZExtFree()

12