Searched refs:mapInstruction (Results 1 – 3 of 3) sorted by relevance
353 void mapInstruction(Instruction *instruction) in mapInstruction() function402 parent.mapInstruction(&functionInstruction); in Function()410 parent.mapInstruction(param); in Function()419 parent.mapInstruction(raw_instruction); in addLocalVariable()426 parent.getParent().mapInstruction(instructions.back().get()); in Block()435 parent.getParent().mapInstruction(raw_instruction); in addInstruction()
85 module.mapInstruction(import); in import()140 module.mapInstruction(type); in makeVoidType()154 module.mapInstruction(type); in makeBoolType()168 module.mapInstruction(type); in makeSamplerType()192 module.mapInstruction(type); in makePointer()205 module.mapInstruction(type); in makeForwardPointer()226 module.mapInstruction(type); in makePointerFromForwardPointer()248 module.mapInstruction(type); in makeIntegerType()281 module.mapInstruction(type); in makeFloatType()313 module.mapInstruction(type); in makeStructType()[all …]
651 mapInstruction(oldOffset, instruction); in mapInstructions()674 private void mapInstruction(int oldOffset, in mapInstruction() method in CodeAttributeEditor