Home
last modified time | relevance | path

Searched refs:CInstr (Results 1 – 5 of 5) sorted by relevance

/dports/lang/yap/yap-6.2.2/BEAM/
H A Dtoeam.c43 CInstr *inter_code,*StartCode;
52 void identify_calls(CInstr *);
57 CInstr *insert_inst(CInstr *, int,int,CELL);
58 CInstr *emit_new(int, int, CELL);
310 CInstr *b_code=NULL; in eam_instructions()
365 CInstr *b_code=NULL; in delay_prepare_calls()
492 CInstr *insert_inst(CInstr *inst, int o,int r1,CELL r4) in insert_inst()
494 CInstr *p; in insert_inst()
507 CInstr *p; in emit_new()
522 CInstr *p; in new_inst()
[all …]
H A Deamindex.c21 CInstr *StartCode,*inter_code;
27 extern CInstr *emit_new(int o, int r1,CELL r4);
33 extern Cell *eam_assemble(CInstr *code);
144 CInstr *first,*last=NULL,*prepare; in gera_codigo_try_atom()
208 CInstr *first,*last=NULL,*prepare; in gera_codigo_try_functor()
H A Deamamasm.c39 void eam_pass(CInstr *ppc);
40 Cell *eam_assemble(CInstr *code);
41 int next_not_nop_inst(CInstr *ppc);
110 int next_not_nop_inst(CInstr *ppc) { in next_not_nop_inst()
118 void eam_pass(CInstr *ppc) in eam_pass()
571 Cell *eam_assemble(CInstr *code) in eam_assemble()
H A Deam.h36 } CInstr; typedef
/dports/lang/pocl/pocl-1.8/lib/llvmopencl/
H A DInlineKernels.cc99 CallInst *CInstr = dyn_cast<CallInst>(BI++); in inlineKernelCalls() local
100 if (CInstr == nullptr) in inlineKernelCalls()
103 Function *Callee = CInstr->getCalledFunction(); in inlineKernelCalls()
125 llvm::InlineFunction(CInstr, IFI); in inlineKernelCalls()
127 llvm::InlineFunction(*CInstr, IFI); in inlineKernelCalls()