/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 797 Init *UnOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold() function in UnOpInit 1209 Init *BinOpInit::Fold(Record *CurRec) const { in Fold() function in BinOpInit 1637 Init *TernOpInit::Fold(Record *CurRec) const { in Fold() function in TernOpInit 1924 Init *FoldOpInit::Fold(Record *CurRec) const { in Fold() function in FoldOpInit 1989 Init *IsAOpInit::Fold() const { in Fold() function in IsAOpInit 2050 Init *ExistsOpInit::Fold(Record *CurRec, bool IsFinal) const { Fold() function in ExistsOpInit 2346 Init *VarDefInit::Fold() const { Fold() function in VarDefInit 2391 Init *FieldInit::Fold(Record *CurRec) const { Fold() function in FieldInit 2484 Init *CondOpInit::Fold(Record *CurRec) const { Fold() function in CondOpInit [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 38 Constant *Fold(Constant *C) const { in Fold() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 833 BasicBlock *Fold = Dest->getUniquePredecessor(); UnrollLoop() local
|
H A D | BasicBlockUtils.cpp | 349 BasicBlock *Fold = Dest->getUniquePredecessor(); in MergeBlockSuccessorsIntoGivenBlocks() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 506 FoldCandidate Fold(MI, OpNo, OpToFold); tryAddToFoldList() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3507 if (SDValue Fold = TLO.DAG.FoldConstantArithmetic( SimplifyDemandedVectorElts() local 4411 if (SDValue Fold = DAG.FoldSetCC(VT, N0, N1, Cond, dl)) SimplifySetCC() local 7004 SDValue Fold = prepareSREMEqFold() local [all...] |
H A D | SelectionDAG.cpp | 5621 if (SDValue Fold = FoldConstantArithmetic(Opcode, DL, VT, Ops)) getNode() local 6289 std::optional<APInt> Fold = FoldValueWithUndef( FoldConstantArithmetic() local [all...] |
H A D | DAGCombiner.cpp | 27330 bool Fold = N2C && isNullConstant(N3) && N2C->getAPIntValue().isPowerOf2(); SimplifySelectCC() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7808 FoldConstant Fold(Info, IsBcpCall); VisitConditionalOperator() local 11731 FoldConstant Fold(Info, true); EvaluateBuiltinConstantP() local 12085 IgnoreSideEffectsRAII Fold(Info); tryEvaluateBuiltinObjectSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2651 const SCEV *Fold = getAddExpr(LargeOps, SCEV::FlagAnyWrap, Depth + 1); getAddExpr() local 3879 ConstantInt *Fold = ConstantInt::get( getMinMaxExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 55355 if (SDValue Fold = combineINSERT_SUBVECTOR() local [all...] |