OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mapper
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h
143
Error mapVectorN(T &Items, const ElementMapper &
Mapper
,
153
if (auto EC =
Mapper
(*this, X))
162
if (auto EC =
Mapper
(*this, X))
170
if (auto EC =
Mapper
(*this, Item))
180
Error mapVectorTail(T &Items, const ElementMapper &
Mapper
,
185
if (auto EC =
Mapper
(*this, Item))
192
if (auto EC =
Mapper
(*this, Field))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp
383
/// \param
Mapper
Contains outlining mapping information.
386
void findCandidates(InstructionMapper &
Mapper
,
394
/// \param
Mapper
Contains the instruction mappings for the module.
396
InstructionMapper &
Mapper
, unsigned &OutlinedFunctionNum);
400
InstructionMapper &
Mapper
,
422
void populateMapper(InstructionMapper &
Mapper
, Module &M,
514
InstructionMapper &
Mapper
, std::vector<OutlinedFunction> &FunctionList) {
516
SuffixTree ST(
Mapper
.UnsignedVec);
555
MachineBasicBlock::iterator StartIt =
Mapper
.InstrList[StartIdx];
556
MachineBasicBlock::iterator EndIt =
Mapper
.InstrList[EndIdx]
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp
48
#define DEBUG_TYPE "value-
mapper
"
109
class
Mapper
{
125
Mapper
(ValueToValueMapTy &VM, RemapFlags Flags,
131
~
Mapper
() { assert(!hasWorkToDo() && "Expected to be flushed"); }
190
Mapper
&M;
222
MDNodeMapper(
Mapper
&M) : M(M) {}
249
/// the identity mapping (\a
Mapper
::mapToSelf()) as long as all of its
291
/// uses \a tryToMapOperand() (via \a
Mapper
::mapSimplifiedNode()), so any
338
Value *
Mapper
::mapValue(const Value *V) {
473
// See if the type
mapper
wants to remap the type as well
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TFUtils.cpp
192
json::ObjectMapper
Mapper
(Value, Root);
193
if (!
Mapper
)
201
if (!
Mapper
.map<std::string>("name", TensorName))
203
if (!
Mapper
.map<std::string>("type", TensorType))
205
if (!
Mapper
.map<int>("port", TensorPort))
207
if (!
Mapper
.map<std::vector<int64_t>>("shape", TensorShape))
IRSimilarityIdentifier.cpp
673
Mapper
.convertToUnsignedVec(BB, InstrListForModule,
699
/// \param [in]
Mapper
- The instruction
mapper
for sanity checks.
705
IRInstructionMapper
Mapper
, std::vector<IRInstructionData *> &InstrList,
719
if (Key >
Mapper
.IllegalInstrNumber) {
839
createCandidatesFromSuffixTree(
Mapper
, InstrList, IntegerMapping, RS,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h
655
:
Mapper
(&InstDataAllocator, &InstDataListAllocator) {}
659
:
Mapper
(&InstDataAllocator, &InstDataListAllocator) {
665
/// already present in the
Mapper
if possible.
674
/// mapping already present in the
mapper
if possible.
676
/// \param [in] Modules - The list of modules to use to populate the
mapper
735
IRInstructionMapper
Mapper
;
/src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp
434
ValueMapper
Mapper
;
530
Mapper
(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals,
532
IndirectSymbolMCID(
Mapper
.registerAlternateMappingContext(
893
//
Mapper
::mapAppendingVariable() in ValueMapper.cpp.
948
Mapper
.scheduleMapAppendingVariable(
1077
Mapper
.scheduleMapGlobalInitializer(Dst, *Src.getInitializer());
1106
Mapper
.scheduleRemapFunction(Dst);
1112
Mapper
.scheduleMapGlobalIndirectSymbol(Dst, *Src.getIndirectSymbol(),
1213
DestNMD->addOperand(
Mapper
.mapMDNode(*Op));
1479
Mapper
.mapValue(*GV)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp
708
DebugTypeInfoRemoval
Mapper
(M.getContext());
712
Mapper
.traverseAndRemap(Node);
713
auto *NewNode =
Mapper
.mapNode(Node);
723
Mapper
.traverseAndRemap(SP);
724
auto *NewSP = cast<DISubprogram>(
Mapper
.mapNode(SP));
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp
664
MapOneMethodRecord
Mapper
(IsFromOverloadList);
665
return
Mapper
(IO, Record);
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc
346
uint32_t S, uint64_t (*
Mapper
)(uint32_t, uint64_t));
620
uint32_t S, uint64_t (*
Mapper
)(uint32_t, uint64_t)) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
7214
const ValueDecl *
Mapper
= nullptr;
7225
const ValueDecl *
Mapper
= nullptr, const Expr *VarRef = nullptr,
7230
Mapper
(
Mapper
), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {}
7247
/// is either a executable directive or a user-defined
mapper
directive.
7445
const ValueDecl *
Mapper
= nullptr, bool ForDeviceAddr = false,
7940
// If
Mapper
is valid, the last component inherits the
mapper
.
7941
bool HasMapper =
Mapper
&& Next == CE;
7942
CombinedInfo.Mappers.push_back(HasMapper ?
Mapper
: nullptr)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
254
// names are all stripped. Since it is possible that the
mapper
is
1838
GUIDToFuncNameMapper
Mapper
(M, *Reader, GUIDToFuncNameMap);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
4933
/// C++ nested name specifier for the associated user-defined
mapper
.
4936
/// The associated user-defined
mapper
identifier information.
4956
/// user-defined
mapper
.
4957
/// \param MapperIdInfoPtr The identifier of associated user-defined
mapper
.
5153
/// Set the nested name specifier of associated user-defined
mapper
.
5158
/// Set the name of associated user-defined
mapper
.
5163
/// Get the user-defined
mapper
references that are in the trailing objects of
5206
/// Gets the nested name specifier for associated user-defined
mapper
.
5211
/// Gets the name info for associated user-defined
mapper
.
5231
// The user-defined
mapper
associated with the current declaration
[
all
...]
Completed in 70 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026