Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h395 LLVMTypeRef GetMachineRepType(MachineRep rep) const;
Dllvm_ir_builder.cpp420 GetMachineRepType(MachineRep::K_META), in ReadRegister()
444 LLVMTypeRef LLVMIRBuilder::GetMachineRepType(MachineRep rep) const in GetMachineRepType() function in panda::ecmascript::kungfu::LLVMIRBuilder
981 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca()