Lines Matching defs:TaskAllocCall

6929   CallInst *TaskAllocCall = dyn_cast<CallInst>(
6934 GlobalVariable *Ident = cast<GlobalVariable>(TaskAllocCall->getArgOperand(0));
6946 CallInst *GTID = dyn_cast<CallInst>(TaskAllocCall->getArgOperand(1));
6953 ConstantInt *Flags = dyn_cast<ConstantInt>(TaskAllocCall->getArgOperand(2));
6959 dyn_cast<ConstantInt>(TaskAllocCall->getArgOperand(3));
6964 dyn_cast<ConstantInt>(TaskAllocCall->getOperand(4));
6970 dyn_cast<Function>(TaskAllocCall->getArgOperand(5)->stripPointerCasts());
7003 EXPECT_EQ(TaskCall->getArgOperand(2), TaskAllocCall);
7006 for (User *in : TaskAllocCall->users()) {
7008 EXPECT_EQ(memCpyInst->getDest(), TaskAllocCall);
7041 CallInst *TaskAllocCall = dyn_cast<CallInst>(
7044 Function *OutlinedFn = dyn_cast<Function>(TaskAllocCall->getArgOperand(5));
7074 CallInst *TaskAllocCall = dyn_cast<CallInst>(
7077 ASSERT_NE(TaskAllocCall, nullptr);
7078 ConstantInt *Flags = dyn_cast<ConstantInt>(TaskAllocCall->getArgOperand(2));
7117 CallInst *TaskAllocCall = dyn_cast<CallInst>(
7121 ASSERT_NE(TaskAllocCall, nullptr);
7122 ConstantInt *NumDeps = dyn_cast<ConstantInt>(TaskAllocCall->getArgOperand(3));
7127 AllocaInst *DepArray = dyn_cast<AllocaInst>(TaskAllocCall->getOperand(4));
7156 dyn_cast<ConstantInt>(TaskAllocCall->getArgOperand(5));
7159 EXPECT_EQ(TaskAllocCall->getOperand(6),
7190 CallInst *TaskAllocCall = dyn_cast<CallInst>(
7193 ASSERT_NE(TaskAllocCall, nullptr);
7195 dyn_cast<BinaryOperator>(TaskAllocCall->getArgOperand(2));
7250 CallInst *TaskAllocCall = dyn_cast<CallInst>(
7253 ASSERT_NE(TaskAllocCall, nullptr);
7257 dyn_cast<BranchInst>(TaskAllocCall->getParent()->getTerminator());
7283 dyn_cast<Function>(TaskAllocCall->getArgOperand(5)->stripPointerCasts());