Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp335 bool pushValueAndType(const Value *V, unsigned InstID,
337 void writeOperandBundles(const CallBase &CB, unsigned InstID);
338 void pushValue(const Value *V, unsigned InstID,
340 void pushValueSigned(const Value *V, unsigned InstID,
342 void writeInstruction(const Instruction &I, unsigned InstID,
2203 bool DXILBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() argument
2207 Vals.push_back(InstID - ValID); in pushValueAndType()
2208 if (ValID >= InstID) { in pushValueAndType()
2217 void DXILBitcodeWriter::pushValue(const Value *V, unsigned InstID, in pushValue() argument
2220 Vals.push_back(InstID - ValID); in pushValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp396 bool pushValueAndType(const Value *V, unsigned InstID,
398 void writeOperandBundles(const CallBase &CB, unsigned InstID);
399 void pushValue(const Value *V, unsigned InstID,
401 void pushValueSigned(const Value *V, unsigned InstID,
403 void writeInstruction(const Instruction &I, unsigned InstID,
2909 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() argument
2913 Vals.push_back(InstID - ValID); in pushValueAndType()
2914 if (ValID >= InstID) { in pushValueAndType()
2922 unsigned InstID) { in writeOperandBundles() argument
2931 pushValueAndType(Input, InstID, Record); in writeOperandBundles()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp224 auto InstID = std::make_pair(InstDesc->getOpcode(), Subtarget); in shouldReplaceInst()
225 auto It = SIMDInstrTable.find(InstID); in shouldReplaceInst()
238 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
247 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
259 SIMDInstrTable[InstID] = true; in shouldReplaceInst()
264 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
223 auto InstID = std::make_pair(InstDesc->getOpcode(), Subtarget); shouldReplaceInst() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp734 unsigned InstID = EI->getInsnID(); in optimize() local
735 if (!AlreadySeenEraseInsts.insert(InstID).second) { in optimize()
740 if (InstID == 0) in optimize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1112 unsigned InstID) { in writeRegMask() argument
1120 defReg(ID, CurBB, InstID); in writeRegMask()
1122 Masks.push_back(std::make_pair(MO, InstID)); in writeRegMask()
H A DInstrRefBasedImpl.h972 void writeRegMask(const MachineOperand *MO, unsigned CurBB, unsigned InstID);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3709 for (unsigned InstID : RegIt->second) { in joinVirtRegs() local
3710 auto PHIIt = PHIValToPos.find(InstID); in joinVirtRegs()