Home
last modified time | relevance | path

Searched defs:codegen (Results 1 - 19 of 19) sorted by relevance

/third_party/python/Tools/unicode/
H A Dgenwincodec.py8 from gencodec import codegen namespace
H A Dgencodec.py253 def codegen(name, map, encodingname, comments=1): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp27 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb218 def codegen method in IR
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.cpp47 Disassembly::Disassembly(const Codegen *codegen) in Disassembly() argument
107 void Disassembly::PrintMethodEntry(const Codegen *codegen) in PrintMethodEntry() argument
158 PrintCodeInfo(const Codegen *codegen) PrintCodeInfo() argument
170 PrintCodeStatistics(const Codegen *codegen) PrintCodeStatistics() argument
186 PrintStackMap(const Codegen *codegen) PrintStackMap() argument
195 ScopedDisasmPrinter(Codegen *codegen, const Inst *inst) ScopedDisasmPrinter() argument
205 ScopedDisasmPrinter(Codegen *codegen, const std::string &msg) ScopedDisasmPrinter() argument
[all...]
H A Dslow_path.cpp21 void SlowPathBase::Generate(Codegen *codegen) in Generate() argument
48 bool SlowPathEntrypoint::GenerateThrowOutOfBoundsException(Codegen *codegen) in GenerateThrowOutOfBoundsException() argument
64 GenerateInitializeClass(Codegen *codegen) GenerateInitializeClass() argument
84 GenerateIsInstance(Codegen *codegen) GenerateIsInstance() argument
94 GenerateCheckCast(Codegen *codegen) GenerateCheckCast() argument
103 GenerateCreateObject(Codegen *codegen) GenerateCreateObject() argument
114 GenerateByEntry(Codegen *codegen) GenerateByEntry() argument
151 GenerateImpl(Codegen *codegen) GenerateImpl() argument
175 GenerateImpl(Codegen *codegen) GenerateImpl() argument
182 GenerateImpl(Codegen *codegen) GenerateImpl() argument
187 GenerateImpl(Codegen *codegen) GenerateImpl() argument
193 GenerateImpl(Codegen *codegen) GenerateImpl() argument
208 GenerateImpl(Codegen *codegen) GenerateImpl() argument
220 GenerateImpl(Codegen *codegen) GenerateImpl() argument
227 GenerateImpl(Codegen *codegen) GenerateImpl() argument
236 GenerateImpl(Codegen *codegen) GenerateImpl() argument
245 GenerateImpl(Codegen *codegen) GenerateImpl() argument
277 GenerateImpl(Codegen *codegen) GenerateImpl() argument
304 GenerateImpl(Codegen *codegen) GenerateImpl() argument
[all...]
H A Dspill_fill_encoder.cpp100 SpillFillEncoder::SpillFillEncoder(Codegen *codegen, Inst *inst) in SpillFillEncoder() argument
H A Dencode_visitor.cpp288 auto codegen = enc->GetCodegen(); in VisitBitcast() local
425 auto codegen = enc->GetCodegen(); in VisitReturnI() local
538 auto codegen in VisitParameter() local
584 auto codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitSpillFill() local
1009 auto codegen = enc->GetCodegen(); VisitStoreObject() local
1221 auto codegen = enc->GetCodegen(); VisitLoadRuntimeClass() local
1416 auto *codegen = enc->GetCodegen(); VisitLoadObjectDynamic() local
1423 auto *codegen = enc->GetCodegen(); VisitStoreObjectDynamic() local
1471 auto codegen = enc->GetCodegen(); VisitUnresolvedLoadType() local
1640 auto codegen = enc->GetCodegen(); FillInterfaceClass() local
1976 auto codegen = enc->GetCodegen(); VisitIntrinsic() local
2090 auto codegen = enc->GetCodegen(); VisitMultiArray() local
2100 auto codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitInitEmptyString() local
2223 auto codegen = enc->GetCodegen(); VisitSafePoint() local
2472 auto codegen = enc->GetCodegen(); VisitStoreObjectPair() local
2535 auto codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitThrow() local
2542 auto codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitDeoptimize() local
2551 auto *codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitIsMustDeoptimize() local
2561 auto *codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitGetInstanceClass() local
2569 auto codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitLoadImmediate() local
2590 auto *codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitFunctionImmediate() local
2598 auto *codegen = static_cast<EncodeVisitor *>(visitor)->GetCodegen(); VisitLoadObjFromConst() local
2618 auto codegen = enc->GetCodegen(); VisitLiveOut() local
[all...]
H A Dcodegen.cpp40 void FixIntervals(Codegen *codegen, Encoder *encoder) in FixIntervals() argument
104 OsrEntryStub(Codegen *codegen, SaveStateInst *inst) : label_(codegen->GetEncoder()->CreateLabel()), saveState_(inst) in OsrEntryStub() argument
112 void Generate(Codegen *codegen) in Generate() argument
1367 GetObjectReg(Codegen *codegen, Inst *inst) GetObjectReg() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dinstructions.rb222 def codegen method in IR
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_phasemanager.cpp77 auto codegen = cg; in GenerateOutPutFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, in codegen() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachineC.cpp185 LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, raw_pwrite_stream &OS, LLVMCodeGenFileType codegen, char **ErrorMessage) LLVMTargetMachineEmit() argument
219 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) LLVMTargetMachineEmitToFile() argument
232 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf) LLVMTargetMachineEmitToMemoryBuffer() argument
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c212 static void codegen(const char *template, ...) in codegen() function
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c378 static void codegen(const char *template, ...) in codegen() function
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc453 void EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitOOLTrapIfNeeded() argument
461 void EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitOOLTrapIfNeeded() argument
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs65 mod codegen; modules
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc497 void EmitTSANStoreOOL(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, in EmitTSANStoreOOL() argument
548 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
614 EmitTSANRelaxedLoadOOLIfNeeded(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, X64OperandConverter& i, StubCallMode mode, int size) EmitTSANRelaxedLoadOOLIfNeeded() argument
634 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
643 EmitTSANRelaxedLoadOOLIfNeeded(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, X64OperandConverter& i, StubCallMode mode, int size) EmitTSANRelaxedLoadOOLIfNeeded() argument
712 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
723 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs465 fn codegen( in codegen() functions
508 fn codegen( in codegen() functions
540 fn codegen( in codegen() functions
632 fn codegen( codegen() functions
779 fn codegen( codegen() functions
1100 fn codegen( codegen() functions
1199 fn codegen( codegen() functions
1271 fn codegen<F, M>( codegen() functions
1290 fn codegen<F, M>( codegen() functions
1368 fn codegen<F, M>( codegen() functions
1573 fn codegen<F, M>( codegen() functions
1723 fn codegen<F, M>( codegen() functions
1827 fn codegen( codegen() functions
3020 fn codegen( codegen() functions
4021 fn codegen( codegen() functions
4271 fn codegen( codegen() functions
[all...]

Completed in 25 milliseconds