/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 103 ConstantInt *Const = getConstInt(MD, 0); in getOriginalFunctionType() local 286 ConstantInt *Const = getConstInt(MD2, 0); in lowerFormalArguments() local 292 ConstantInt *Const = getConstInt(MD2, j); in lowerFormalArguments() local
|
H A D | SPIRVEmitIntrinsics.cpp | 356 Constant *Const = isAggrToReplace(Init) ? IRB->getInt32(1) : Init; in processGlobalValue() local 378 Constant *Const = Constant::getNullValue(TypeToAssign); in insertAssignTypeIntrs() local
|
H A D | SPIRVAsmPrinter.cpp | 394 if (ConstantInt *Const = dyn_cast<ConstantInt>(C)) { in addOpsFromMDNode() local
|
H A D | SPIRVPreLegalizer.cpp | 50 auto *Const = in addConstantsToTrack() local
|
H A D | SPIRVInstructionSelector.cpp | 637 Register Const = GR.getOrCreateConsIntArray(Val, I, ArrTy, TII); in selectMemOperation() local 971 const MachineInstr *Const = this->MRI->getVRegDef(ConstReg); in selectConstVector() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A 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/ |
H A 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/ |
H A D | AMDGPUISelDAGToDAG.h | 30 ConstantSDNode *Const = dyn_cast<ConstantSDNode>(V); in isNullConstantOrUndef() local
|
H A 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
|
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | cxx_loop_proto.proto | 21 message Const { message
|
H A D | cxx_proto.proto | 25 message Const { message
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A 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
|
H A D | HardwareLoops.cpp | 360 if (auto *Const = dyn_cast<ConstantInt>(ICmp->getOperand(OpIdx))) in CanGenerateTest() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A 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/ |
H A 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
|
H A D | CGHLSLRuntime.cpp | 81 for (auto &Const : Buf.Constants) { in layoutBuffer() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A 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/ |
H A D | DWARFTypePrinter.cpp | 523 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 134 auto Const = getIConstantVRegValWithLookThrough(RHS, MRI); in matchAArch64MulConstCombine() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 303 Const = 0x0001, enumerator 366 Const = 0x00000400, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 499 if (auto *Const = dyn_cast<SCEVConstant>(Expr)) in getIndexExpressionsFromGEP() local
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 192 bool Const; member in __anonece5a09e0111::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/ |
H A D | AVRAsmParser.cpp | 748 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 80 Const = 1 << 1, enumerator
|