Home
last modified time | relevance | path

Searched defs:Const (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp128 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local
238 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h80 static SDDbgOperand fromConst(const Value *Const) { in fromConst()
108 const Value *Const; ///< Valid for constants. member
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.h30 ConstantSDNode *Const = dyn_cast<ConstantSDNode>(V); in isNullConstantOrUndef() local
DR600ISelLowering.cpp1824 if (ConstantSDNode *Const = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in PerformDAGCombine() local
1833 if (ConstantSDNode *Const = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in PerformDAGCombine() local
DR600InstrInfo.cpp561 for (unsigned Const : Consts) { in fitsConstReadLimitations() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTypePromotion.cpp350 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local
352 else if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(1))) in isSafeWrap() local
492 if (auto *Const = dyn_cast<ConstantInt>(Op)) { in PromoteTree() local
DHardwareLoops.cpp360 if (auto *Const = dyn_cast<ConstantInt>(ICmp->getOperand(OpIdx))) in CanGenerateTest() local
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/
Dcxx_loop_proto.proto21 message Const { message
Dcxx_proto.proto25 message Const { message
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp301 auto Const = buildInstr(TargetOpcode::G_CONSTANT) in buildConstant() local
307 auto Const = buildInstr(TargetOpcode::G_CONSTANT); in buildConstant() local
334 auto Const = buildInstr(TargetOpcode::G_FCONSTANT) in buildFConstant() local
341 auto Const = buildInstr(TargetOpcode::G_FCONSTANT); in buildFConstant() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprConstant.cpp635 ConstantAggregateBuilder &Const, in EmitDesignatedInitUpdater()
883 ConstantAggregateBuilder Const(Emitter.CGM); in BuildStruct() local
895 ConstantAggregateBuilder Const(Emitter.CGM); in BuildStruct() local
907 ConstantAggregateBuilder &Const, in UpdateStruct()
1297 ConstantAggregateBuilder Const(CGM); in VisitDesignatedInitUpdateExpr() local
DCGHLSLRuntime.cpp81 for (auto &Const : Buf.Constants) { in layoutBuffer() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp384 std::optional<int64_t> Const; in getVarAndConst() local
1113 ConstantInt *Const; in CheckAndCreateOffsetAdd() local
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFTypePrinter.cpp523 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp134 auto Const = getIConstantVRegValWithLookThrough(RHS, MRI); in matchAArch64MulConstCombine() local
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h303 Const = 0x0001, enumerator
366 Const = 0x00000400, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDelinearization.cpp499 if (auto *Const = dyn_cast<SCEVConstant>(Expr)) in getIndexExpressionsFromGEP() local
DMemoryBuiltins.cpp1046 SizeOffsetType Const = Visitor.compute(V); in compute_() local
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DMveEmitter.cpp192 bool Const; member in __anon5c3ce4c30111::PointerType
195 PointerType(const Type *Pointee, bool Const) in PointerType()
1016 const PointerType *getPointerType(const Type *T, bool Const) { in getPointerType()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp748 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp355 const auto *const Const = cast<ConstantInt>(Val); in visitCmpBlock() local
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c879 value llvm_int64_of_const(LLVMValueRef Const) { in llvm_int64_of_const()
898 value llvm_float_of_const(LLVMValueRef Const) { in llvm_float_of_const()
962 value llvm_string_of_const(LLVMValueRef Const) { in llvm_string_of_const()
972 value llvm_aggregate_element(LLVMValueRef Const, value N) { in llvm_aggregate_element()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1459 if (ConstantSDNode *Const = dyn_cast<ConstantSDNode>(N1)) { in SelectGlobalAddress() local
2130 SDValue Const = CurDAG->getConstant(MaxPowerOf2, SDLoc(N), in balanceSubTree() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp1237 const llvm::APSInt *Const = in simplifySValOnce() local

123