Home
last modified time | relevance | path

Searched refs:MCA (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp662 MCAssembler &MCA = getStreamer().getAssembler(); in MipsTargetELFStreamer() local
671 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
686 unsigned EFlags = MCA.getELFHeaderEFlags(); in MipsTargetELFStreamer()
728 MCA.setELFHeaderEFlags(EFlags); in MipsTargetELFStreamer()
744 MCAssembler &MCA = getStreamer().getAssembler(); in finish() local
745 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
749 MCA.registerSection(TextSection); in finish()
751 MCA.registerSection(DataSection); in finish()
753 MCA.registerSection(BSSSection); in finish()
765 for (MCSection &S : MCA) { in finish()
[all …]
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp789 MCAssembler &MCA = getStreamer().getAssembler(); in MipsTargetELFStreamer() local
798 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
813 unsigned EFlags = MCA.getELFHeaderEFlags(); in MipsTargetELFStreamer()
862 MCA.setELFHeaderEFlags(EFlags); in MipsTargetELFStreamer()
877 MCAssembler &MCA = getStreamer().getAssembler(); in finish() local
878 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
882 MCA.registerSection(TextSection); in finish()
884 MCA.registerSection(DataSection); in finish()
886 MCA.registerSection(BSSSection); in finish()
898 for (MCSection &S : MCA) { in finish()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp770 MCAssembler &MCA = getStreamer().getAssembler(); in MipsTargetELFStreamer() local
779 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
794 unsigned EFlags = MCA.getELFHeaderEFlags(); in MipsTargetELFStreamer()
843 MCA.setELFHeaderEFlags(EFlags); in MipsTargetELFStreamer()
858 MCAssembler &MCA = getStreamer().getAssembler(); in finish() local
859 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
863 MCA.registerSection(TextSection); in finish()
865 MCA.registerSection(DataSection); in finish()
867 MCA.registerSection(BSSSection); in finish()
879 for (MCSection &S : MCA) { in finish()
[all …]
/external/llvm-project/compiler-rt/lib/xray/
Dxray_trampoline_x86_64.S104 # LLVM-MCA-BEGIN __xray_FunctionEntry
123 # LLVM-MCA-END
133 # LLVM-MCA-BEGIN __xray_FunctionExit
164 # LLVM-MCA-END
174 # LLVM-MCA-BEGIN __xray_FunctionTailExit
191 # LLVM-MCA-END
201 # LLVM-MCA-BEGIN __xray_ArgLoggerEntry
231 # LLVM-MCA-END
241 # LLVM-MCA-BEGIN __xray_CustomEvent
257 # LLVM-MCA-END
[all …]
/external/llvm-project/llvm/test/tools/llvm-mca/X86/
Dllvm-mca-markers-7.s3 # LLVM-MCA-BEGIN foo
5 # LLVM-MCA-END
7 # LLVM-MCA-END
10 # CHECK-NEXT: # LLVM-MCA-END
13 # CHECK-NEXT: # LLVM-MCA-END
Dllvm-mca-markers-6.s3 # LLVM-MCA-BEGIN foo
5 # LLVM-MCA-BEGIN bar
7 # LLVM-MCA-END
10 # CHECK-NEXT: # LLVM-MCA-END
13 # CHECK-NEXT: # LLVM-MCA-END
Dllvm-mca-markers-1.s3 # LLVM-MCA-BEGIN
4 # LLVM-MCA-END
6 # LLVM-MCA-BEGIN
7 # LLVM-MCA-END
Dllvm-mca-markers-12.s3 # LLVM-MCA-BEGIN
5 # LLVM-MCA-BEGIN
9 # CHECK-NEXT: # LLVM-MCA-BEGIN
12 # CHECK-NEXT: # LLVM-MCA-BEGIN
Dllvm-mca-markers-11.s3 # LLVM-MCA-BEGIN foo
5 # LLVM-MCA-BEGIN foo
9 # CHECK-NEXT: # LLVM-MCA-BEGIN foo
12 # CHECK-NEXT: # LLVM-MCA-BEGIN foo
Dllvm-mca-markers-5.s5 # LLVM-MCA-BEGIN First Region
7 # LLVM-MCA-END
8 # LLVM-MCA-BEGIN Second Region
10 # LLVM-MCA-END
11 # LLVM-MCA-BEGIN Third Region
13 # LLVM-MCA-END
Dllvm-mca-markers-4.s4 # LLVM-MCA-BEGIN Empty
6 # LLVM-MCA-END
8 # LLVM-MCA-BEGIN NotEmpty
10 # LLVM-MCA-END
Dllvm-mca-markers-8.s3 # LLVM-MCA-END foo
6 # CHECK-NEXT: # LLVM-MCA-END foo
9 # CHECK-NEXT: # LLVM-MCA-END foo
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp177 MCAssembler &MCA = getStreamer().getAssembler(); in emitAbiVersion() local
178 unsigned Flags = MCA.getELFHeaderEFlags(); in emitAbiVersion()
181 MCA.setELFHeaderEFlags(Flags); in emitAbiVersion()
185 MCAssembler &MCA = getStreamer().getAssembler(); in emitLocalEntry() local
198 unsigned Flags = MCA.getELFHeaderEFlags(); in emitLocalEntry()
200 MCA.setELFHeaderEFlags(Flags | 2); in emitLocalEntry()
240 MCAssembler &MCA = getStreamer().getAssembler(); in encodePPC64LocalEntryOffset() local
242 if (!LocalOffset->evaluateAsAbsolute(Offset, MCA)) in encodePPC64LocalEntryOffset()
243 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
248 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp30 MCAssembler &MCA = getStreamer().getAssembler(); in RISCVTargetELFStreamer() local
32 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
36 unsigned EFlags = MCA.getELFHeaderEFlags(); in RISCVTargetELFStreamer()
60 MCA.setELFHeaderEFlags(EFlags); in RISCVTargetELFStreamer()
99 MCAssembler &MCA = getStreamer().getAssembler(); in finishAttributeSection() local
100 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp26 MCAssembler &MCA = getStreamer().getAssembler(); in RISCVTargetELFStreamer() local
28 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
32 unsigned EFlags = MCA.getELFHeaderEFlags(); in RISCVTargetELFStreamer()
56 MCA.setELFHeaderEFlags(EFlags); in RISCVTargetELFStreamer()
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dint-to-fpu-forwarding-2.s4 # LLVM-MCA-BEGIN
6 # LLVM-MCA-END
8 # LLVM-MCA-BEGIN
10 # LLVM-MCA-END
12 # LLVM-MCA-BEGIN
14 # LLVM-MCA-END
16 # LLVM-MCA-BEGIN
18 # LLVM-MCA-END
20 # LLVM-MCA-BEGIN
22 # LLVM-MCA-END
[all …]
Dint-to-fpu-forwarding-1.s6 # LLVM-MCA-BEGIN
9 # LLVM-MCA-END
11 # LLVM-MCA-BEGIN
14 # LLVM-MCA-END
16 # LLVM-MCA-BEGIN
19 # LLVM-MCA-END
21 # LLVM-MCA-BEGIN
24 # LLVM-MCA-END
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/
Dint-to-fpu-forwarding-2.s4 # LLVM-MCA-BEGIN
6 # LLVM-MCA-END
8 # LLVM-MCA-BEGIN
10 # LLVM-MCA-END
12 # LLVM-MCA-BEGIN
14 # LLVM-MCA-END
16 # LLVM-MCA-BEGIN
18 # LLVM-MCA-END
Dint-to-fpu-forwarding-1.s4 # LLVM-MCA-BEGIN
7 # LLVM-MCA-END
9 # LLVM-MCA-BEGIN
12 # LLVM-MCA-END
14 # LLVM-MCA-BEGIN
17 # LLVM-MCA-END
19 # LLVM-MCA-BEGIN
22 # LLVM-MCA-END
Dload-store-throughput.s4 # LLVM-MCA-BEGIN
9 # LLVM-MCA-END
11 # LLVM-MCA-BEGIN
16 # LLVM-MCA-END
18 # LLVM-MCA-BEGIN
23 # LLVM-MCA-END
25 # LLVM-MCA-BEGIN
30 # LLVM-MCA-END
32 # LLVM-MCA-BEGIN
37 # LLVM-MCA-END
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp145 MCAssembler &MCA = getStreamer().getAssembler(); in emitAbiVersion() local
146 unsigned Flags = MCA.getELFHeaderEFlags(); in emitAbiVersion()
149 MCA.setELFHeaderEFlags(Flags); in emitAbiVersion()
152 MCAssembler &MCA = getStreamer().getAssembler(); in emitLocalEntry() local
155 if (!LocalOffset->evaluateAsAbsolute(Res, MCA)) in emitLocalEntry()
169 unsigned Flags = MCA.getELFHeaderEFlags(); in emitLocalEntry()
171 MCA.setELFHeaderEFlags(Flags | 2); in emitLocalEntry()
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/
Dint-to-fpu-forwarding-2.s4 # LLVM-MCA-BEGIN
6 # LLVM-MCA-END
8 # LLVM-MCA-BEGIN
10 # LLVM-MCA-END
12 # LLVM-MCA-BEGIN
14 # LLVM-MCA-END
16 # LLVM-MCA-BEGIN
18 # LLVM-MCA-END
20 # LLVM-MCA-BEGIN
22 # LLVM-MCA-END
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp159 MCAssembler &MCA = getStreamer().getAssembler(); in emitAbiVersion() local
160 unsigned Flags = MCA.getELFHeaderEFlags(); in emitAbiVersion()
163 MCA.setELFHeaderEFlags(Flags); in emitAbiVersion()
167 MCAssembler &MCA = getStreamer().getAssembler(); in emitLocalEntry() local
170 if (!LocalOffset->evaluateAsAbsolute(Res, MCA)) in emitLocalEntry()
184 unsigned Flags = MCA.getELFHeaderEFlags(); in emitLocalEntry()
186 MCA.setELFHeaderEFlags(Flags | 2); in emitLocalEntry()
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430ELFStreamer.cpp35 MCAssembler &MCA = getStreamer().getAssembler(); in MSP430TargetELFStreamer() local
36 unsigned EFlags = MCA.getELFHeaderEFlags(); in MSP430TargetELFStreamer()
37 MCA.setELFHeaderEFlags(EFlags); in MSP430TargetELFStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430ELFStreamer.cpp35 MCAssembler &MCA = getStreamer().getAssembler(); in MSP430TargetELFStreamer() local
36 unsigned EFlags = MCA.getELFHeaderEFlags(); in MSP430TargetELFStreamer()
37 MCA.setELFHeaderEFlags(EFlags); in MSP430TargetELFStreamer()

123