/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 76 Value *OtherOp; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 326 SDValue OtherOp = N.getOperand(i == 0 ? 1 : 0); SelectAddrAddOperands() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 457 Value *NegatedOp, *OtherOp; visitImpl() local
|
H A D | InstCombineSimplifyDemanded.cpp | 1845 Value *OtherOp = MatchShufAsOp0 ? Y : X; SimplifyDemandedVectorElts() local
|
H A D | InstCombineMulDivRem.cpp | 101 Value *Cond, *OtherOp; in foldMulSelectToNegate() local [all...] |
H A D | InstructionCombining.cpp | 621 getBinOpsForFactorization(Instruction::BinaryOps TopOpcode,BinaryOperator * Op,Value * & LHS,Value * & RHS,BinaryOperator * OtherOp) getBinOpsForFactorization() argument 2010 Value *Y, *OtherOp; foldVectorBinop() local [all...] |
H A D | InstCombineCalls.cpp | 2329 Value *OtherOp = II->getOperand(OtherOpArg); visitCallInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 162 DbgValueLocEntry OtherOp = Other.ValueLocEntries[0]; in isEquivalent() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 265 Value *OtherOp; in matchStridedRecurrence() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 539 MachineOperand *OtherOp = nullptr; in optimizeExecSequence() local
|
H A D | AMDGPUPromoteAlloca.cpp | 1039 Value *OtherOp = Inst->getOperand(OpIdx0); binaryOpIsDerivedFromSameAlloca() local
|
H A D | AMDGPULibCalls.cpp | 1385 auto *OtherOp = cast<FPMathOperator>(XI); fold_sincos() local
|
H A D | SIFoldOperands.cpp | 586 MachineOperand &OtherOp = MI->getOperand(OpNo); tryAddToFoldList() local
|
H A D | SIISelLowering.cpp | 11891 hasNon16BitAccesses(uint64_t PermMask,SDValue & Op,SDValue & OtherOp) hasNon16BitAccesses() argument 11962 SDValue OtherOp = SecondSrc.has_value() ? *PermNodes[*SecondSrc].Src matchPERM() local [all...] |
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 800 Value *OtherOp; getConstraint() local
|
H A D | SCCPSolver.cpp | 1739 Value *OtherOp = Constraint->OtherOp; handleCallResult() local
|
H A D | SimplifyLibCalls.cpp | 2566 Value *OtherOp = nullptr; optimizeSqrt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 1181 if (Instruction *OtherOp = dyn_cast<Instruction>(UserI->getOperand(i))){ getMemoryOpCost() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 926 MachineOperand &OtherOp = State.MIs[OtherInsnID]->getOperand(OtherOpIdx); executeMatchTable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 2146 canonicalizeNegFPConstantsForOp(Instruction * I,Instruction * Op,Value * OtherOp) canonicalizeNegFPConstantsForOp() argument
|
H A D | LoopStrengthReduce.cpp | 3567 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); CollectLoopInvariantFixupsAndFormulae() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 578 SDValue OtherOp; in isADDADDMUL() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 384 SDValue OtherOp = User->getOperand(0); in shouldAvoidImmediateInstFormsForSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 238 expandBinOp(Instruction::BinaryOps Opcode,Value * V,Value * OtherOp,Instruction::BinaryOps OpcodeToExpand,const SimplifyQuery & Q,unsigned MaxRecurse) expandBinOp() argument
|