Home
last modified time | relevance | path

Searched refs:getInstructionID (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h171 unsigned getInstructionID(const Instruction *I) const;
HDDXILValueEnumerator.cpp501 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const { in getInstructionID() function in ValueEnumerator
HDDXILBitcodeWriter.cpp1877 Record.push_back(VE.getInstructionID(&I)); in writeFunctionMetadataAttachment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h172 unsigned getInstructionID(const Instruction *I) const;
HDValueEnumerator.cpp503 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const { in getInstructionID() function in ValueEnumerator
HDBitcodeWriter.cpp2542 Record.push_back(VE.getInstructionID(&I)); in writeFunctionMetadataAttachment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
HDX86Disassembler.cpp1190 static int getInstructionID(struct InternalInstruction *insn, in getInstructionID() function
1876 getInstructionID(&Insn, MII.get()) || Insn.instructionID == 0 || in getInstruction()