Home
last modified time | relevance | path

Searched refs:GetMachineRepType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.h188 maple::litecg::Type *GetMachineRepType(MachineRep rep) const;
Dllvm_ir_builder.h297 LLVMTypeRef GetMachineRepType(MachineRep rep) const;
Dllvm_ir_builder.cpp423 GetMachineRepType(MachineRep::K_META), in ReadRegister()
447 LLVMTypeRef LLVMIRBuilder::GetMachineRepType(MachineRep rep) const in GetMachineRepType() function in panda::ecmascript::kungfu::LLVMIRBuilder
1027 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca()
Dlitecg_ir_builder.cpp2299 LiteCGType *dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca()
2309 LiteCGType *LiteCGIRBuilder::GetMachineRepType(MachineRep rep) const in GetMachineRepType() function in panda::ecmascript::kungfu::LiteCGIRBuilder