Searched defs:AssumeSingleUse (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1469 SimplifyDemandedBits(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,bool AssumeSingleUse) SimplifyDemandedBits() argument 1488 SimplifyDemandedVectorElts(SDValue Op,const APInt & DemandedElts,bool AssumeSingleUse) SimplifyDemandedVectorElts() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2560 mayFoldLoad(SDValue Op,const X86Subtarget & Subtarget,bool AssumeSingleUse) mayFoldLoad() argument 2580 mayFoldLoadIntoBroadcastFromMem(SDValue Op,MVT EltVT,const X86Subtarget & Subtarget,bool AssumeSingleUse) mayFoldLoadIntoBroadcastFromMem() argument 41058 bool AssumeSingleUse = llvm::all_of(Amt->uses(), [&Amt](SDNode *Use) { SimplifyDemandedVectorEltsForTargetNode() local 42128 bool AssumeSingleUse = (Op0 == Op1) && Op->isOnlyUserOf(Op0.getNode()); SimplifyDemandedBitsForTargetNode() local [all...] |