Home
last modified time | relevance | path

Searched refs:setInstructionID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h172 void setInstructionID(const Instruction *I);
H A DDXILValueEnumerator.cpp513 void ValueEnumerator::setInstructionID(const Instruction *I) { in setInstructionID() function in ValueEnumerator
H A DDXILBitcodeWriter.cpp2235 VE.setInstructionID(&I); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h173 void setInstructionID(const Instruction *I);
H A DValueEnumerator.cpp515 void ValueEnumerator::setInstructionID(const Instruction *I) { in setInstructionID() function in ValueEnumerator
H A DBitcodeWriter.cpp2959 VE.setInstructionID(&I); in writeInstruction()