Searched refs:OpOffset (Results 1 – 10 of 10) sorted by relevance
441 OpOffset, enumerator509 return MCCFIInstruction(OpOffset, L, Register, Offset, ""); in createOffset()581 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()594 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
605 assert(LRPush.getOperation() == MCCFIInstruction::OpOffset && in generateCompactUnwindEncoding()608 assert(FPPush.getOperation() == MCCFIInstruction::OpOffset && in generateCompactUnwindEncoding()630 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncoding()638 if (Inst2.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding()
225 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
202 case MCCFIInstruction::OpOffset: in calculateOutgoingCFAInfo()
618 case MCCFIInstruction::OpOffset: in printCFI()
1386 unsigned OpOffset = 0; in isInterestingMemoryAccess() local1391 OpOffset = 1; in isInterestingMemoryAccess()1399 auto BasePtr = CI->getOperand(0 + OpOffset); in isInterestingMemoryAccess()1403 dyn_cast<ConstantInt>(CI->getOperand(1 + OpOffset))) in isInterestingMemoryAccess()1408 *MaybeMask = CI->getOperand(2 + OpOffset); in isInterestingMemoryAccess()
911 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncodingImpl()
1126 case MCCFIInstruction::OpOffset: // DW_CFA_offset in generateCompactUnwindEncoding()
1396 case MCCFIInstruction::OpOffset: in EmitCFIInstruction()
2010 unsigned OpOffset = X86II::isKMasked(Desc.TSFlags) ? 1 : 0; in findCommutedOpIndices() local2014 unsigned Imm = MI.getOperand(3 + OpOffset).getImm() & 0x7; in findCommutedOpIndices()2031 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 1 + OpOffset, in findCommutedOpIndices()2032 2 + OpOffset); in findCommutedOpIndices()