Home
last modified time | relevance | path

Searched refs:Operand0 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp175 auto *Operand0 = cast<Constant>(C->getOperand(0)); in getPointerAtOffset() local
193 return getPointerAtOffset(Operand0, Offset, M, TopLevelGlobal); in getPointerAtOffset()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp763 unsigned Operand0, Operand1; member in __anond2a2111d0211::CommutingState
775 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
779 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
781 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute()
783 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Davoid-matchtable-crash.mir27 ; because Operand0 is not a register.