Home
last modified time | relevance | path

Searched defs:VT1 (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm-project/llvm/unittests/Transforms/IPO/
DWholeProgramDevirt.cpp17 VTableBits VT1; in TEST() local
62 VTableBits VT1; in TEST() local
/external/llvm/unittests/Transforms/IPO/
DWholeProgramDevirt.cpp18 VTableBits VT1; in TEST() local
63 VTableBits VT1; in TEST() local
/external/llvm-project/llvm/include/llvm/IR/
DLegacyPassNameParser.h89 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare()
/external/llvm/include/llvm/IR/
DLegacyPassNameParser.h90 static int ValLessThan(const PassNameParser::OptionInfo *VT1, in ValLessThan()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassNameParser.h89 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare()
/external/llvm-project/mlir/tools/mlir-tblgen/
Dmlir-tblgen.cpp48 const GenNameParser::OptionInfo *VT2) { in printOptionInfo()
/external/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp28 …typedef T __attribute__((mode(V2SI))) VT1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() typedef
/external/llvm-project/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp28 …typedef T __attribute__((mode(V2SI))) VT1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() typedef
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1878 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary()
5636 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList()
5654 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList()
5674 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList()
5874 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo()
5880 EVT VT1, EVT VT2) { in SelectNodeTo()
5886 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo()
5893 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in SelectNodeTo()
5900 EVT VT1, EVT VT2, in SelectNodeTo()
5908 EVT VT1, EVT VT2, in SelectNodeTo()
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp212 auto *VT1 = dyn_cast<FixedVectorType>(Ty1); in isVec3ToVec4Shuffle() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp212 VectorType *VT1 = dyn_cast<VectorType>(Ty1); in isVec3ToVec4Shuffle() local
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp181 bool BPFTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree()
197 bool BPFTargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1144 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree()
1156 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1993 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary()
7533 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList()
7551 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList()
7571 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList()
7795 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo()
7801 EVT VT1, EVT VT2) { in SelectNodeTo()
7807 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo()
7814 EVT VT1, EVT VT2, in SelectNodeTo()
8002 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode()
8010 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode()
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2096 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary()
7720 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList()
7738 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList()
7758 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList()
7982 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo()
7988 EVT VT1, EVT VT2) { in SelectNodeTo()
7994 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo()
8001 EVT VT1, EVT VT2, in SelectNodeTo()
8189 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode()
8197 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode()
[all …]
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h107 #define VT1 0040000 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1400 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree()
1412 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1396 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree()
1408 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py121 VT1 = 0040000 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py121 VT1 = 0040000 variable
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs270 pub const VT1: ::tcflag_t = 0x00004000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs686 pub const VT1: ::tcflag_t = 0x00004000; constant
/external/llvm/include/llvm/Target/
DTargetLowering.h841 EVT VT1; in getRegisterType() local
869 EVT VT1; in getNumRegisters() local
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs531 pub const VT1: ::c_int = 0x00004000; constant
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1290 EVT VT1; in getRegisterType() local
1318 EVT VT1; in getNumRegisters() local

1234