OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tuple
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ProfileSummary.cpp
51
// This returns an MDTuple representing the detiled summary. The
tuple
has two
53
// of the detailed summary. Each element of this
tuple
is again an MDTuple whose
73
// entry of this
tuple
is another MDTuple of two elements: a string
182
static bool getOptionalVal(MDTuple *
Tuple
, unsigned &Idx, const char *Key,
184
if (getVal(dyn_cast<MDTuple>(
Tuple
->getOperand(Idx)), Key, Value)) {
187
// of
Tuple
operand array. Since (non-optional) DetailedSummary always comes
188
// last, the next entry in the
tuple
operand array must exist.
189
return Idx <
Tuple
->getNumOperands();
196
MDTuple *
Tuple
= dyn_cast_or_null<MDTuple>(MD);
197
if (!
Tuple
|| Tuple->getNumOperands() < 8 || Tuple->getNumOperands() > 10
[
all
...]
/src/external/apache2/llvm/dist/libcxx/benchmarks/
algorithms.bench.cpp
17
enum class ValueType { Uint32, Uint64, Pair,
Tuple
, String };
21
"
tuple
<uint32, uint64, uint32>", "string"};
31
std::conditional_t<V() == ValueType::
Tuple
,
32
std::
tuple
<uint32_t, uint64_t, uint32_t>,
75
void fillValues(std::vector<std::
tuple
<T1, T2, T3> >& V, size_t N, Order O) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp
333
MDTuple *
Tuple
= cast<MDTuple>(Existing);
334
for (auto &N :
Tuple
->operands())
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUPALMetadata.cpp
55
auto
Tuple
= dyn_cast<MDTuple>(NamedMD->getOperand(0));
56
if (!
Tuple
)
58
for (unsigned I = 0, E =
Tuple
->getNumOperands() & -2; I != E; I += 2) {
59
auto Key = mdconst::dyn_extract<ConstantInt>(
Tuple
->getOperand(I));
60
auto Val = mdconst::dyn_extract<ConstantInt>(
Tuple
->getOperand(I + 1));
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp
317
const auto *
Tuple
= dyn_cast<MDTuple>(MD);
318
if (!
Tuple
||
Tuple
->getNumOperands() != 2)
320
const MDString *Name = dyn_cast<MDString>(
Tuple
->getOperand(0));
321
const MDString *Contents = dyn_cast<MDString>(
Tuple
->getOperand(1));
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
template.h
31
class
Tuple
: public RootObject
313
Tuple
*isTuple(RootObject *o);
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVC.cpp
91
llvm::VersionTuple
Tuple
;
92
if (
Tuple
.tryParse(CandidateName)) // tryParse() returns true on error.
94
if (
Tuple
> HighestTuple) {
95
HighestTuple =
Tuple
;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
78
#include <
tuple
>
327
auto *
Tuple
= dyn_cast_or_null<MDTuple>(MaybeTuple);
328
if (!
Tuple
||
Tuple
->isDistinct())
332
if (!
Tuple
->isTemporary())
333
return resolveTypeRefArray(
Tuple
);
338
std::piecewise_construct, std::forward_as_tuple(
Tuple
),
344
auto *
Tuple
= dyn_cast_or_null<MDTuple>(MaybeTuple);
345
if (!
Tuple
||
Tuple
->isDistinct()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
1258
MDTuple *
Tuple
= cast<MDTuple>(Existing);
1259
for (auto &N :
Tuple
->operands()) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
41
#include <
tuple
>
641
std::vector<Init*>
Tuple
;
646
Tuple
.push_back(DefInit::get(Reg));
649
// Take the cost list of the first register in the
tuple
.
658
"Register
tuple
definition missing name for '" +
686
// Replace the sub-register list with
Tuple
.
688
RV.setValue(ListInit::get(
Tuple
, RegisterRecTy));
693
// CostPerUse is aggregated from all
Tuple
members.
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
89
#include <
tuple
>
4087
std::map<std::
tuple
<bool, bool, bool>, unsigned> AddrModes = {
4110
std::map<std::
tuple
<bool, bool, bool>, unsigned> AddrModes = {
5002
// Ensure we generate all loads for each
tuple
part, whilst updating the
5708
// Ensure we generate all stores for each
tuple
part, whilst updating the
11565
// Lower an SVE structured load intrinsic returning a
tuple
type to target
11567
// of the split
tuple
type.
11584
// non-power-of-2
tuple
types used for LD3, such as nxv12i32.
11599
"invalid
tuple
vector type!");
16319
SDValue
Tuple
= N->getOperand(2)
[
all
...]
Completed in 87 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026