Lines Matching defs:instructions
73 /// instructions that are created for future reference.
82 /// // This will return a list of all instructions created by the builder,
101 /// Returns the list of LLVM IR instructions captured since the last cleanup.
106 /// Clears the list of captured LLVM IR instructions.
109 /// RAII object enabling the capture of created LLVM IR instructions.
128 /// List of instructions in the inserter prior to this scope.
139 /// List of captured instructions.
170 // the instructions collected in this scope.
780 // For instructions that branch based on a condition value, we need to take
955 /// instructions at the end of the block and leaves `builder` in a state
1481 Operation *op, ArrayRef<llvm::Instruction *> instructions) {
1483 if (failed(iface.amendOperation(op, instructions, attribute, *this)))