Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h201 maple::litecg::Type *GetMachineRepType(MachineRep rep) const;
Dlitecg_ir_builder.cpp3137 LiteCGType *dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca()
3147 LiteCGType *LiteCGIRBuilder::GetMachineRepType(MachineRep rep) const in GetMachineRepType() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h311 LLVMTypeRef GetMachineRepType(MachineRep rep) const;
Dllvm_ir_builder.cpp498 GetMachineRepType(MachineRep::K_META), in ReadRegister()
523 LLVMTypeRef LLVMIRBuilder::GetMachineRepType(MachineRep rep) const in GetMachineRepType() function in panda::ecmascript::kungfu::LLVMIRBuilder
1150 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca()