Home
last modified time | relevance | path

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

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