Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp29 MDTuple *Tuple = dyn_cast<MDTuple>(MD); in MMRAMetadata() local
50 if (auto *Tuple = dyn_cast<MDTuple>(MD)) { in isTagMD() local
H A DProfileSummary.cpp181 static bool getOptionalVal(MDTuple *Tuple, unsigned &Idx, const char *Key, in getOptionalVal()
195 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
H A DMetadata.cpp1728 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata() local
1756 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h98 Tuple, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp286 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch() local
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp76 llvm::VersionTuple Tuple; in getHighestNumericTupleInDirectory() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp616 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() local
726 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp425 const auto *Tuple = dyn_cast<MDTuple>(MD); in emitEndOfAsmFile() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp758 llvm::VersionTuple Tuple; in AddClangSystemIncludeArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp78 auto *Tuple = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp309 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in upgradeTypeRefArray() local
326 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in resolveTypeRefArray() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1127 Register Tuple = MI.getOperand(0).getReg(); in expandMultiVecPseudo() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp2104 const auto GangItr = llvm::find_if(GangZip, [](const auto &Tuple) { in CheckGangClause()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp586 std::vector<Init *> Tuple; in expand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6066 Register Tuple = createQTuple(Regs, MIB); in selectVectorLoadLaneIntrinsic() local
6107 Register Tuple = Ty.getSizeInBits() == 128 ? createQTuple(Regs, MIB) in selectVectorStoreIntrinsic() local
6131 Register Tuple = createQTuple(Regs, MIB); in selectVectorStoreLaneIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp4387 Value *Tuple = llvm::PoisonValue::get(Ty); in EmitSVEReinterpret() local
4455 Value *Tuple = llvm::PoisonValue::get(Ty); in EmitSVETupleCreate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1395 MDTuple *Tuple = cast<MDTuple>(Existing); in annotateFunctionWithHashMismatch() local