/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 76 Value *OtherOp; member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 162 ThisOp.getLoc().getReg() == OtherOp.getLoc().getReg(); in isEquivalent() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 458 Value *NegatedOp, *OtherOp; visitImpl() local
|
H A D | InstCombineSimplifyDemanded.cpp | 1905 Value *OtherOp = MatchShufAsOp0 ? Y : X; SimplifyDemandedVectorElts() local
|
H A D | InstCombineMulDivRem.cpp | 101 Value *Cond, *OtherOp; foldMulSelectToNegate() local [all...] |
H A D | InstructionCombining.cpp | 639 getBinOpsForFactorization(Instruction::BinaryOps TopOpcode,BinaryOperator * Op,Value * & LHS,Value * & RHS,BinaryOperator * OtherOp) getBinOpsForFactorization() argument 2217 Value *Y, *OtherOp; foldVectorBinop() local [all...] |
H A D | InstCombineCalls.cpp | 2395 Value *OtherOp = II->getOperand(OtherOpArg); visitCallInst() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 334 SDValue OtherOp = N.getOperand(i == 0 ? 1 : 0); SelectAddrAddOperands() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 265 Value *OtherOp; matchStridedRecurrence() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 539 MachineOperand *OtherOp = nullptr; optimizeExecSequence() local
|
H A D | AMDGPUPromoteAlloca.cpp | 1121 Value *OtherOp = Inst->getOperand(OpIdx0); binaryOpIsDerivedFromSameAlloca() local
|
H A D | AMDGPULibCalls.cpp | 1429 auto *OtherOp = cast<FPMathOperator>(XI); fold_sincos() local
|
H A D | SIFoldOperands.cpp | 588 MachineOperand &OtherOp = MI->getOperand(OpNo); tryAddToFoldList() local
|
H A D | SIISelLowering.cpp | 12104 hasNon16BitAccesses(uint64_t PermMask,SDValue & Op,SDValue & OtherOp) hasNon16BitAccesses() argument 12245 SDValue OtherOp = SecondSrc ? *PermNodes[SecondSrc->first].Src : Op; matchPERM() local [all...] |
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1350 isConditionalZeroOrAllOnes(SDNode * N,bool AllOnes,SDValue & CC,bool & Invert,SDValue & OtherOp,SelectionDAG & DAG) isConditionalZeroOrAllOnes() argument 1419 combineSelectAndUse(SDNode * N,SDValue Slct,SDValue OtherOp,TargetLowering::DAGCombinerInfo & DCI,bool AllOnes) combineSelectAndUse() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 798 Value *OtherOp; getConstraint() local
|
H A D | SCCPSolver.cpp | 1795 Value *OtherOp = Constraint->OtherOp; handleCallResult() local
|
H A D | SimplifyLibCalls.cpp | 2696 Value *OtherOp = nullptr; optimizeSqrt() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 956 MachineOperand &OtherOp = State.MIs[OtherInsnID]->getOperand(OtherOpIdx); executeMatchTable() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 1183 if (Instruction *OtherOp = dyn_cast<Instruction>(UserI->getOperand(i))){ getMemoryOpCost() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 2063 canonicalizeNegFPConstantsForOp(Instruction * I,Instruction * Op,Value * OtherOp) canonicalizeNegFPConstantsForOp() argument
|
H A D | LoopStrengthReduce.cpp | 3798 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); CollectLoopInvariantFixupsAndFormulae() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 578 SDValue OtherOp; in isADDADDMUL() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 384 SDValue OtherOp = User->getOperand(0); shouldAvoidImmediateInstFormsForSize() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 239 expandBinOp(Instruction::BinaryOps Opcode,Value * V,Value * OtherOp,Instruction::BinaryOps OpcodeToExpand,const SimplifyQuery & Q,unsigned MaxRecurse) expandBinOp() argument
|