Home
last modified time | relevance | path

Searched full:codegen (Results 1 – 25 of 1548) sorted by relevance

12345678910>>...62

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp107 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
108 "llvm/lib/CodeGen/AllocationOrder.cpp",
109 "llvm/lib/CodeGen/Analysis.cpp",
110 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
111 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
112 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
113 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
114 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
115 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
116 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
[all …]
DBUILD.gn262 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
263 "llvm/lib/CodeGen/AllocationOrder.cpp",
264 "llvm/lib/CodeGen/Analysis.cpp",
265 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
266 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
267 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
268 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
269 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
270 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
271 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
[all …]
DCMakeLists.txt107 ${LLVM_DIR}/lib/CodeGen/AggressiveAntiDepBreaker.cpp
108 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp
109 ${LLVM_DIR}/lib/CodeGen/Analysis.cpp
110 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AccelTable.cpp
111 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AddressPool.cpp
112 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/ARMException.cpp
113 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
114 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
115 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
116 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
[all …]
/third_party/typescript/tests/cases/compiler/
DcollisionArgumentsFunction.ts23 function f4(arguments: number, ...rest); // no codegen no error
24 function f4(arguments: string, ...rest); // no codegen no error
28 function f42(i: number, ...arguments); // no codegen no error
29 function f42(i: string, ...arguments); // no codegen no error
39 declare function f5(arguments: number, ...rest); // no codegen no error
40 declare function f5(arguments: string, ...rest); // no codegen no error
41 declare function f52(i: number, ...arguments); // no codegen no error
42 declare function f52(i: string, ...arguments); // no codegen no error
43 declare function f6(arguments: number); // no codegen no error
44 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassMethod.ts11 public f4(i: number, ...arguments); // no codegen no error
12 public f4(i: string, ...arguments); // no codegen no error
16 public f41(arguments: number, ...rest); // no codegen no error
17 public f41(arguments: string, ...rest); // no codegen no error
33 public f4(i: number, ...arguments); // no codegen no error
34 public f4(i: string, ...arguments); // no codegen no error
35 public f41(arguments: number, ...rest); // no codegen no error
36 public f41(arguments: string, ...rest); // no codegen no error
DcollisionArgumentsClassConstructor.ts51 constructor(i: number, ...arguments); // no codegen no error
52 constructor(i: string, ...arguments); // no codegen no error
59 constructor(arguments: number, ...rest); // no codegen no error
60 constructor(arguments: string, ...rest); // no codegen no error
75 constructor(i: number, ...arguments); // no codegen no error
76 constructor(i: string, ...arguments); // no codegen no error
79 constructor(arguments: number, ...rest); // no codegen no error
80 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.ts19 function f4(_i: number, ...rest); // no codegen no error
20 function f4(_i: string, ...rest); // no codegen no error
29 declare function f5(_i: number, ...rest); // no codegen no error
30 declare function f5(_i: string, ...rest); // no codegen no error
32 declare function f6(_i: number); // no codegen no error
33 declare function f6(_i: string); // no codegen no error
/third_party/skia/src/sksl/
DBUILD.bazel59 "codegen/SkSLCodeGenerator.h",
60 "codegen/SkSLGLSLCodeGenerator.cpp",
61 "codegen/SkSLGLSLCodeGenerator.h",
62 "codegen/SkSLMetalCodeGenerator.cpp",
63 "codegen/SkSLMetalCodeGenerator.h",
64 "codegen/SkSLPipelineStageCodeGenerator.cpp",
65 "codegen/SkSLPipelineStageCodeGenerator.h",
66 "codegen/SkSLSPIRVCodeGenerator.cpp",
67 "codegen/SkSLSPIRVCodeGenerator.h",
68 "codegen/SkSLSPIRVtoHLSL.cpp",
[all …]
/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsFunction.js24 function f4(arguments: number, ...rest); // no codegen no error
25 function f4(arguments: string, ...rest); // no codegen no error
29 function f42(i: number, ...arguments); // no codegen no error
30 function f42(i: string, ...arguments); // no codegen no error
40 declare function f5(arguments: number, ...rest); // no codegen no error
41 declare function f5(arguments: string, ...rest); // no codegen no error
42 declare function f52(i: number, ...arguments); // no codegen no error
43 declare function f52(i: string, ...arguments); // no codegen no error
44 declare function f6(arguments: number); // no codegen no error
45 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsFunction.errors.txt34 function f4(arguments: number, ...rest); // no codegen no error
35 function f4(arguments: string, ...rest); // no codegen no error
41 function f42(i: number, ...arguments); // no codegen no error
42 function f42(i: string, ...arguments); // no codegen no error
54 declare function f5(arguments: number, ...rest); // no codegen no error
55 declare function f5(arguments: string, ...rest); // no codegen no error
56 declare function f52(i: number, ...arguments); // no codegen no error
57 declare function f52(i: string, ...arguments); // no codegen no error
58 declare function f6(arguments: number); // no codegen no error
59 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsFunction.types59 function f4(arguments: number, ...rest); // no codegen no error
64 function f4(arguments: string, ...rest); // no codegen no error
77 function f42(i: number, ...arguments); // no codegen no error
82 function f42(i: string, ...arguments); // no codegen no error
111 declare function f5(arguments: number, ...rest); // no codegen no error
116 declare function f5(arguments: string, ...rest); // no codegen no error
121 declare function f52(i: number, ...arguments); // no codegen no error
126 declare function f52(i: string, ...arguments); // no codegen no error
131 declare function f6(arguments: number); // no codegen no error
135 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassMethod.js12 public f4(i: number, ...arguments); // no codegen no error
13 public f4(i: string, ...arguments); // no codegen no error
17 public f41(arguments: number, ...rest); // no codegen no error
18 public f41(arguments: string, ...rest); // no codegen no error
34 public f4(i: number, ...arguments); // no codegen no error
35 public f4(i: string, ...arguments); // no codegen no error
36 public f41(arguments: number, ...rest); // no codegen no error
37 public f41(arguments: string, ...rest); // no codegen no error
DcollisionArgumentsClassConstructor.types107 constructor(i: number, ...arguments); // no codegen no error
111 constructor(i: string, ...arguments); // no codegen no error
127 constructor(arguments: number, ...rest); // no codegen no error
131 constructor(arguments: string, ...rest); // no codegen no error
164 constructor(i: number, ...arguments); // no codegen no error
168 constructor(i: string, ...arguments); // no codegen no error
175 constructor(arguments: number, ...rest); // no codegen no error
179 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.js20 function f4(_i: number, ...rest); // no codegen no error
21 function f4(_i: string, ...rest); // no codegen no error
30 declare function f5(_i: number, ...rest); // no codegen no error
31 declare function f5(_i: string, ...rest); // no codegen no error
33 declare function f6(_i: number); // no codegen no error
34 declare function f6(_i: string); // no codegen no error
DcollisionArgumentsClassConstructor.js52 constructor(i: number, ...arguments); // no codegen no error
53 constructor(i: string, ...arguments); // no codegen no error
60 constructor(arguments: number, ...rest); // no codegen no error
61 constructor(arguments: string, ...rest); // no codegen no error
76 constructor(i: number, ...arguments); // no codegen no error
77 constructor(i: string, ...arguments); // no codegen no error
80 constructor(arguments: number, ...rest); // no codegen no error
81 constructor(arguments: string, ...rest); // no codegen no error
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp1 //===- llvm/CodeGen/GlobalISel/InstructionSelector.cpp --------------------===//
14 #include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
15 #include "llvm/CodeGen/GlobalISel/Utils.h"
16 #include "llvm/CodeGen/MachineBasicBlock.h"
17 #include "llvm/CodeGen/MachineFunction.h"
18 #include "llvm/CodeGen/MachineInstr.h"
19 #include "llvm/CodeGen/MachineOperand.h"
20 #include "llvm/CodeGen/MachineRegisterInfo.h"
21 #include "llvm/CodeGen/TargetRegisterInfo.h"
DCombiner.cpp1 //===-- lib/CodeGen/GlobalISel/Combiner.cpp -------------------------------===//
13 #include "llvm/CodeGen/GlobalISel/Combiner.h"
15 #include "llvm/CodeGen/GlobalISel/CSEInfo.h"
16 #include "llvm/CodeGen/GlobalISel/CombinerInfo.h"
17 #include "llvm/CodeGen/GlobalISel/CSEMIRBuilder.h"
18 #include "llvm/CodeGen/GlobalISel/GISelChangeObserver.h"
19 #include "llvm/CodeGen/GlobalISel/GISelWorkList.h"
20 #include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
21 #include "llvm/CodeGen/GlobalISel/Utils.h"
22 #include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
[all …]
DInstructionSelect.cpp1 //===- llvm/CodeGen/GlobalISel/InstructionSelect.cpp - InstructionSelect ---==//
12 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
15 #include "llvm/CodeGen/GlobalISel/GISelKnownBits.h"
16 #include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
17 #include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
18 #include "llvm/CodeGen/GlobalISel/Utils.h"
19 #include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
20 #include "llvm/CodeGen/MachineFrameInfo.h"
21 #include "llvm/CodeGen/MachineRegisterInfo.h"
22 #include "llvm/CodeGen/TargetInstrInfo.h"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFEntryInserter.cpp13 #include "llvm/CodeGen/MachineFunction.h"
14 #include "llvm/CodeGen/MachineFunctionPass.h"
15 #include "llvm/CodeGen/MachineInstrBuilder.h"
16 #include "llvm/CodeGen/Passes.h"
17 #include "llvm/CodeGen/TargetFrameLowering.h"
18 #include "llvm/CodeGen/TargetInstrInfo.h"
19 #include "llvm/CodeGen/TargetSubtargetInfo.h"
DRegAllocBasic.cpp19 #include "llvm/CodeGen/CalcSpillWeights.h"
20 #include "llvm/CodeGen/LiveIntervals.h"
21 #include "llvm/CodeGen/LiveRangeEdit.h"
22 #include "llvm/CodeGen/LiveRegMatrix.h"
23 #include "llvm/CodeGen/LiveStacks.h"
24 #include "llvm/CodeGen/MachineBlockFrequencyInfo.h"
25 #include "llvm/CodeGen/MachineFunctionPass.h"
26 #include "llvm/CodeGen/MachineInstr.h"
27 #include "llvm/CodeGen/MachineLoopInfo.h"
28 #include "llvm/CodeGen/MachineRegisterInfo.h"
[all …]
DTailDuplication.cpp16 #include "llvm/CodeGen/LazyMachineBlockFrequencyInfo.h"
17 #include "llvm/CodeGen/MachineBranchProbabilityInfo.h"
18 #include "llvm/CodeGen/MachineFunction.h"
19 #include "llvm/CodeGen/MachineFunctionPass.h"
20 #include "llvm/CodeGen/MachineRegisterInfo.h"
21 #include "llvm/CodeGen/Passes.h"
22 #include "llvm/CodeGen/TailDuplicator.h"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp18 #include "llvm/CodeGen/MachineBranchProbabilityInfo.h"
19 #include "llvm/CodeGen/MachineFrameInfo.h"
20 #include "llvm/CodeGen/MachineFunction.h"
21 #include "llvm/CodeGen/MachineFunctionPass.h"
22 #include "llvm/CodeGen/MachineInstrBuilder.h"
23 #include "llvm/CodeGen/MachineLoopInfo.h"
24 #include "llvm/CodeGen/MachineRegisterInfo.h"
25 #include "llvm/CodeGen/MachineTraceMetrics.h"
26 #include "llvm/CodeGen/Passes.h"
27 #include "llvm/CodeGen/TargetInstrInfo.h"
[all …]
DAArch64PreLegalizerCombiner.cpp1 //=== lib/CodeGen/GlobalISel/AArch64PreLegalizerCombiner.cpp --------------===//
15 #include "llvm/CodeGen/GlobalISel/Combiner.h"
16 #include "llvm/CodeGen/GlobalISel/CombinerHelper.h"
17 #include "llvm/CodeGen/GlobalISel/CombinerInfo.h"
18 #include "llvm/CodeGen/GlobalISel/GISelKnownBits.h"
19 #include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
20 #include "llvm/CodeGen/MachineDominators.h"
21 #include "llvm/CodeGen/MachineFunctionPass.h"
22 #include "llvm/CodeGen/TargetPassConfig.h"
/third_party/skia/src/sksl/codegen/
DSkSLCodeGenerator.h44 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream() argument
45 : fCodeGen(codeGen) in AutoOutputStream()
46 , fOldOutput(codeGen->outputStream()) { in AutoOutputStream()
50 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream() argument
51 : fCodeGen(codeGen) in AutoOutputStream()
52 , fOldOutput(codeGen->outputStream()) in AutoOutputStream()
/third_party/skia/gn/
Dsksl.gni85 "$_src/sksl/codegen/SkSLVMCodeGenerator.cpp",
86 "$_src/sksl/codegen/SkSLVMCodeGenerator.h",
215 "$_src/sksl/codegen/SkSLCodeGenerator.h",
216 "$_src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
217 "$_src/sksl/codegen/SkSLGLSLCodeGenerator.h",
218 "$_src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
219 "$_src/sksl/codegen/SkSLMetalCodeGenerator.h",
220 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
221 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.h",
222 "$_src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
[all …]

12345678910>>...62