Searched defs:Consts (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 52 bool convertUsersOfConstantsToInstructions(ArrayRef<Constant *> Consts, in convertUsersOfConstantsToInstructions()
|
H A D | Value.cpp | 548 SmallVector<TrackingVH<Constant>, 8> Consts; in replaceUsesWithIf() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 122 const SmallVectorImpl<std::pair<MachineOperand *, int64_t>> &Consts = in SubstituteKCacheBank() local
|
H A D | R600InstrInfo.cpp | 584 std::vector<unsigned> Consts; in fitsConstReadLimitations() local
|
H A D | R600ISelLowering.cpp | 1989 std::vector<unsigned> Consts; in FoldOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 201 SmallVector<Constant *, 32> Consts; in toConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2525 SmallVector<ConstantInt*,4> Consts(Elem.size()); in buildVector32() local 2616 SmallVector<ConstantInt*,8> Consts(Elem.size()); buildVector64() local [all...] |
H A D | HexagonISelLoweringHVX.cpp | 842 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 17156 SmallVector<int, 16> Consts; in EmitPPCBuiltinExpr() local 17165 SmallVector<Constant *, 16> Consts; in EmitPPCBuiltinExpr() local
|