Lines Matching defs:Input
51 * input/output allocations (adjusting other relevant parameters as we go). We
132 // OrigStep - Original step increment (root.expand() input from driver).
398 // Calculate the current input and output pointers
400 // We always calculate the input/output pointers with a GEP operating on i8
551 * a kernel with a pointer parameter we know that it is struct input that
567 llvm::Value *Input = Builder.CreateStructGEP(Arg_p, 0);
568 llvm::LoadInst *InBasePtr = Builder.CreateLoad(Input, "input_base");
602 * see a kernel with a pointer parameter we know that it is struct input
638 // Calculate the current input and output pointers
641 // We always calculate the input/output pointers with a GEP operating on i8
675 llvm::Value *Input;
678 Input = InPtr;
681 llvm::LoadInst *InputLoad = Builder.CreateLoad(InPtr, "input");
687 Input = InputLoad;
690 RootArgs.push_back(Input);