• Home
  • Raw
  • Download

Lines Matching defs:call_inst

476     llvm::CallInst* call_inst = llvm::dyn_cast<llvm::CallInst>(inst_iter);  in RewriteBasicBlock()  local
833 llvm::Value* GBCExpanderPass::EmitInvoke(llvm::CallInst& call_inst) { in EmitInvoke()
926 bool GBCExpanderPass::EmitIntrinsic(llvm::CallInst& call_inst, in EmitIntrinsic()
947 bool GBCExpanderPass::EmitIntrinsicStringLengthOrIsEmpty(llvm::CallInst& call_inst, in EmitIntrinsicStringLengthOrIsEmpty()
975 void GBCExpanderPass::Expand_TestSuspend(llvm::CallInst& call_inst) { in Expand_TestSuspend()
1012 void GBCExpanderPass::Expand_MarkGCCard(llvm::CallInst& call_inst) { in Expand_MarkGCCard()
1069 void GBCExpanderPass::Expand_FilledNewArray(llvm::CallInst& call_inst) { in Expand_FilledNewArray()
1243 llvm::Value* GBCExpanderPass::Expand_Invoke(llvm::CallInst& call_inst) { in Expand_Invoke()
1272 llvm::Value* GBCExpanderPass::Expand_DivRem(llvm::CallInst& call_inst, in Expand_DivRem()
1569 llvm::Value* GBCExpanderPass::Expand_HLArrayGet(llvm::CallInst& call_inst, in Expand_HLArrayGet()
1588 void GBCExpanderPass::Expand_HLArrayPut(llvm::CallInst& call_inst, in Expand_HLArrayPut()
1619 llvm::Value* GBCExpanderPass::Expand_HLIGet(llvm::CallInst& call_inst, in Expand_HLIGet()
1682 void GBCExpanderPass::Expand_HLIPut(llvm::CallInst& call_inst, in Expand_HLIPut()
1889 llvm::Value* GBCExpanderPass::Expand_HLSget(llvm::CallInst& call_inst, in Expand_HLSget()
1968 void GBCExpanderPass::Expand_HLSput(llvm::CallInst& call_inst, in Expand_HLSput()
2061 llvm::Value* GBCExpanderPass::Expand_ConstString(llvm::CallInst& call_inst) { in Expand_ConstString()
2123 llvm::Value* GBCExpanderPass::Expand_ConstClass(llvm::CallInst& call_inst) { in Expand_ConstClass()
2132 void GBCExpanderPass::Expand_MonitorEnter(llvm::CallInst& call_inst) { in Expand_MonitorEnter()
2146 void GBCExpanderPass::Expand_MonitorExit(llvm::CallInst& call_inst) { in Expand_MonitorExit()
2162 void GBCExpanderPass::Expand_HLCheckCast(llvm::CallInst& call_inst) { in Expand_HLCheckCast()
2216 llvm::Value* GBCExpanderPass::Expand_InstanceOf(llvm::CallInst& call_inst) { in Expand_InstanceOf()
2287 llvm::Value* GBCExpanderPass::Expand_NewInstance(llvm::CallInst& call_inst) { in Expand_NewInstance()
2316 llvm::Value* GBCExpanderPass::Expand_HLInvoke(llvm::CallInst& call_inst) { in Expand_HLInvoke()
2337 llvm::Value* GBCExpanderPass::Expand_OptArrayLength(llvm::CallInst& call_inst) { in Expand_OptArrayLength()
2349 llvm::Value* GBCExpanderPass::Expand_NewArray(llvm::CallInst& call_inst) { in Expand_NewArray()
2357 llvm::Value* GBCExpanderPass::Expand_HLFilledNewArray(llvm::CallInst& call_inst) { in Expand_HLFilledNewArray()
2415 void GBCExpanderPass::Expand_HLFillArrayData(llvm::CallInst& call_inst) { in Expand_HLFillArrayData()
2867 llvm::CallInst& call_inst) { in ExpandIntrinsic()