| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZTDC.cpp | 128 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/ |
| D | SDNodeDbgValue.h | 80 static SDDbgOperand fromConst(const Value *Const) { in fromConst() 108 const Value *Const; ///< Valid for constants. member
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelDAGToDAG.h | 30 ConstantSDNode *Const = dyn_cast<ConstantSDNode>(V); in isNullConstantOrUndef() local
|
| D | R600ISelLowering.cpp | 1824 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
|
| D | R600InstrInfo.cpp | 561 for (unsigned Const : Consts) { in fitsConstReadLimitations() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | TypePromotion.cpp | 350 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
|
| D | HardwareLoops.cpp | 360 if (auto *Const = dyn_cast<ConstantInt>(ICmp->getOperand(OpIdx))) in CanGenerateTest() local
|
| /openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/ |
| D | cxx_loop_proto.proto | 21 message Const { message
|
| D | cxx_proto.proto | 25 message Const { message
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.cpp | 301 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/ |
| D | CGExprConstant.cpp | 635 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
|
| D | CGHLSLRuntime.cpp | 81 for (auto &Const : Buf.Constants) { in layoutBuffer() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | MVEGatherScatterLowering.cpp | 384 std::optional<int64_t> Const; in getVarAndConst() local 1113 ConstantInt *Const; in CheckAndCreateOffsetAdd() local
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFTypePrinter.cpp | 523 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| D | RecordName.cpp | 330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64PostLegalizerCombiner.cpp | 134 auto Const = getIConstantVRegValWithLookThrough(RHS, MRI); in matchAArch64MulConstCombine() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeView.h | 303 Const = 0x0001, enumerator 366 Const = 0x00000400, enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | Delinearization.cpp | 499 if (auto *Const = dyn_cast<SCEVConstant>(Expr)) in getIndexExpressionsFromGEP() local
|
| D | MemoryBuiltins.cpp | 1046 SizeOffsetType Const = Visitor.compute(V); in compute_() local
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | MveEmitter.cpp | 192 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/ |
| D | AVRAsmParser.cpp | 748 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | MergeICmps.cpp | 355 const auto *const Const = cast<ConstantInt>(Val); in visitCmpBlock() local
|
| /openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 879 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/ |
| D | HexagonISelDAGToDAG.cpp | 1459 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/ |
| D | SimpleSValBuilder.cpp | 1237 const llvm::APSInt *Const = in simplifySValOnce() local
|