Searched defs:VT (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLowLevelType.cpp18 LLT::LLT(MVT VT) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h549 EVT VT = Y.getValueType(); variable
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h18 #define VT 272 macro
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h15 #define VT 272 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp75 Register VETargetLowering::getRegisterByName(const char *RegName, LLT VT, argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp102 Record *VT = VTs->getElementAsRecord(i); local
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h52 #define VT 11 macro
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h90 DeclsTy *VT = new DeclsTy(); local
195 DeclsTy *VT = new DeclsTy(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp283 EVT VT = Node->getValueType(0); local
319 EVT VT = Node->getValueType(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp123 VectorType *VT = dyn_cast<VectorType>(ArgTy); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp122 bool ConstantFPSDNode::isValueValidForType(EVT VT, argument
[all...]
H A DResourcePriorityQueue.cpp93 MVT VT = ScegN->getSimpleValueType(i); local
131 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo()); local
327 MVT VT = SU->getNode()->getSimpleValueType(i); local
336 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo()); local
475 MVT VT = ScegN->getSimpleValueType(i); local
486 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo()); local
[all...]
H A DSelectionDAGPrinter.cpp98 EVT VT = Op.getValueType(); local
H A DInstrEmitter.cpp104 MVT VT = Node->getSimpleValueType(ResNo); local
127 MVT VT = Node->getSimpleValueType(Op.getResNo()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp29 EVT VT; local
35 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, argument
H A DCallingConvLower.cpp104 MVT VT = Outs[i].VT; local
118 MVT VT = Outs[i].VT; local
166 MVT VT = Ins[i].VT; local
179 AnalyzeCallResult(MVT VT, CCAssignFn Fn) argument
189 isValueTypeInRegForCC(CallingConv::ID CC, MVT VT) argument
199 getRemainingRegParmsForType(SmallVectorImpl<MCPhysReg> &Regs, MVT VT, CCAssignFn Fn) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h67 void addParam(MVT VT) { Params.push_back(VT); } argument
70 void addResult(MVT VT) { Results.push_back(VT); } argument
79 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } argument
80 void addLocal(MVT VT) { Locals.push_back(VT); } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp151 EVT VT = MVT::i32; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp96 VTableLayoutItem(const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolTypeVTable> VT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp226 EVT VT = Node->getValueType(0); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp731 const VectorType *VT = QT->getAs<VectorType>(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp111 EVT VT = Node->getValueType(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp377 exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, StatType VT, StatType VC) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1677 createUnpackShuffleMask(MVT VT, SmallVectorImpl<T> &Mask, bool Lo, bool Unary) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, argument
85 getVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) argument
[all...]

Completed in 300 milliseconds

123456