OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlotMapping
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/AsmParser/
Parser.h
24
struct
SlotMapping
;
41
SlotMapping
*Slots = nullptr);
57
SlotMapping
*Slots = nullptr);
67
SlotMapping
*Slots = nullptr);
81
SlotMapping
*Slots = nullptr);
92
const
SlotMapping
*Slots = nullptr);
SlotMapping.h
1
//===--
SlotMapping
.h - Slot number mapping for unnamed values --*- C++ -*-===//
10
// This file contains the declaration of the
SlotMapping
struct.
33
struct
SlotMapping
{
/external/llvm/lib/CodeGen/MIRParser/
MIParser.h
27
struct
SlotMapping
;
54
const
SlotMapping
&IRSlots,
69
const
SlotMapping
&IRSlots, SMDiagnostic &Error);
74
const
SlotMapping
&IRSlots, SMDiagnostic &Error);
79
const
SlotMapping
&IRSlots,
85
const
SlotMapping
&IRSlots,
91
const
SlotMapping
&IRSlots, SMDiagnostic &Error);
95
const
SlotMapping
&IRSlots, SMDiagnostic &Error);
MIParser.cpp
18
#include "llvm/AsmParser/
SlotMapping
.h"
65
const
SlotMapping
&IRSlots;
88
const
SlotMapping
&IRSlots);
249
const
SlotMapping
&IRSlots)
[
all
...]
MIRParser.cpp
22
#include "llvm/AsmParser/
SlotMapping
.h"
53
SlotMapping
IRSlots;
/external/llvm/lib/AsmParser/
Parser.cpp
26
SlotMapping
*Slots) {
37
SlotMapping
*Slots) {
50
SlotMapping
*Slots) {
65
SlotMapping
*Slots) {
71
const Module &M, const
SlotMapping
*Slots) {
LLParser.h
40
struct
SlotMapping
;
94
SlotMapping
*Slots;
144
SlotMapping
*Slots = nullptr)
149
bool parseStandaloneConstantValue(Constant *&C, const
SlotMapping
*Slots);
164
void restoreParsingState(const
SlotMapping
*Slots);
LLParser.cpp
17
#include "llvm/AsmParser/
SlotMapping
.h"
53
const
SlotMapping
*Slots) {
65
void LLParser::restoreParsingState(const
SlotMapping
*Slots) {
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyRegColoring.cpp
130
SmallVector<unsigned, 16>
SlotMapping
(SortedIntervals.size(), -1u);
156
SlotMapping
[i] = New;
170
unsigned New =
SlotMapping
[i];
/external/llvm/lib/CodeGen/
StackSlotColoring.cpp
110
void RewriteInstruction(MachineInstr *MI, SmallVectorImpl<int> &
SlotMapping
,
278
SmallVector<int, 16>
SlotMapping
(NumObjs, -1);
290
SlotMapping
[SS] = NewSS;
317
int NewFI =
SlotMapping
[SS];
333
RewriteInstruction(MII,
SlotMapping
, MF);
350
SmallVectorImpl<int> &
SlotMapping
,
360
int NewFI =
SlotMapping
[OldFI];
/external/llvm/unittests/AsmParser/
AsmParserTest.cpp
12
#include "llvm/AsmParser/
SlotMapping
.h"
53
SlotMapping
Mapping;
136
SlotMapping
Mapping;
Completed in 431 milliseconds