Home
last modified time | relevance | path

Searched refs:Opd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp498 auto &Opd = MIB->getOperand(1); in ExpandCCR() local
499 Opd.setReg(getRegisterInfo().getMatchingSuperReg( in ExpandCCR()
500 Opd.getReg(), M68k::MxSubRegIndex8Lo, &M68k::DR16RegClass)); in ExpandCCR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp619 for (Value *Opd : PN.incoming_values()) { in equalityPropUnSafe()
620 if (isa<UndefValue>(Opd)) in equalityPropUnSafe()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6911 Value *Opd = Gep->getOperand(i); in getAddressAccessSCEV() local
6912 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in getAddressAccessSCEV()
6913 !Legal->isInductionVariable(Opd)) in getAddressAccessSCEV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42799 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local
42801 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()
42802 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()