• Home
  • Raw
  • Download

Lines Matching refs:Instruction

63       CreateInstructionVisitor([&table](Instruction *inst) {  in resolveIds()
74 CreateInstructionVisitor([&table, &err](Instruction *inst) { in resolveIds()
302 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { in getVectorType()
307 Instruction *pointeeType) { in getPointerType()
311 TypeRuntimeArrayInst *Module::getRuntimeArrayType(Instruction *elementType) { in getRuntimeArrayType()
315 TypeStructInst *Module::getStructType(Instruction *fieldType[], int numField) { in getStructType()
319 TypeStructInst *Module::getStructType(Instruction *fieldType) { in getStructType()
323 TypeFunctionInst *Module::getFunctionType(Instruction *retType, in getFunctionType()
324 Instruction *const argType[], in getFunctionType()
330 Module::getFunctionType(Instruction *retType, in getFunctionType()
331 const std::vector<Instruction *> &argTypes) { in getFunctionType()
362 size_t Module::getSize(Instruction *inst) { in getSize()
386 Instruction *Module::lookupByName(const char *name) const { in lookupByName()
406 const char *Module::lookupNameByInstruction(const Instruction *inst) const { in lookupNameByInstruction()
429 std::vector<Instruction *> annotations(mAnnotations->begin(), in consolidateAnnotations()
432 CreateInstructionVisitor([&annotations](Instruction *inst) -> void { in consolidateAnnotations()
542 mSources.begin(), mSources.end(), [prefix](Instruction *inst) -> bool { in findStringOfPrefix()
557 Instruction *DebugInfoSection::lookupByName(const char *name) const { in lookupByName()
571 DebugInfoSection::lookupNameByInstruction(const Instruction *target) const { in lookupNameByInstruction()
617 std::vector<Instruction *> *globals) { in findOrCreate()
787 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType, in getVectorType()
803 Instruction *pointeeType) { in getPointerType()
816 GlobalSection::getRuntimeArrayType(Instruction *elemType) { in getRuntimeArrayType()
828 TypeStructInst *GlobalSection::getStructType(Instruction *fieldType[], in getStructType()
838 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType, in getFunctionType()
839 Instruction *const argType[], in getFunctionType()
925 template <> Instruction *Deserialize(InputWordStream &IS) { in Deserialize()
926 Instruction *inst; in Deserialize()
944 Instruction *inst; in DeserializeInternal()
946 (inst = Deserialize<Instruction>(IS))) { in DeserializeInternal()
984 Instruction *FunctionDefinition::getReturnType() const { in getReturnType()