Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp103 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 DSPIRVEmitIntrinsics.cpp356 Constant *Const = isAggrToReplace(Init) ? IRB->getInt32(1) : Init; in processGlobalValue() local
378 Constant *Const = Constant::getNullValue(TypeToAssign); in insertAssignTypeIntrs() local
H A DSPIRVAsmPrinter.cpp394 if (ConstantInt *Const = dyn_cast<ConstantInt>(C)) { in addOpsFromMDNode() local
H A DSPIRVPreLegalizer.cpp50 auto *Const = in addConstantsToTrack() local
H A DSPIRVInstructionSelector.cpp637 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 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/
H A 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/
H A DAMDGPUISelDAGToDAG.h30 ConstantSDNode *Const = dyn_cast<ConstantSDNode>(V); in isNullConstantOrUndef() local
H A 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
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto21 message Const { message
H A Dcxx_proto.proto25 message Const { message
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A 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
H A DHardwareLoops.cpp360 if (auto *Const = dyn_cast<ConstantInt>(ICmp->getOperand(OpIdx))) in CanGenerateTest() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A 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/
H A 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
H A DCGHLSLRuntime.cpp81 for (auto &Const : Buf.Constants) { in layoutBuffer() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp384 std::optional<int64_t> Const; in getVarAndConst() local
1113 ConstantInt *Const; in CheckAndCreateOffsetAdd() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp523 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp134 auto Const = getIConstantVRegValWithLookThrough(RHS, MRI); in matchAArch64MulConstCombine() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h303 Const = 0x0001, enumerator
366 Const = 0x00000400, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDelinearization.cpp499 if (auto *Const = dyn_cast<SCEVConstant>(Expr)) in getIndexExpressionsFromGEP() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp192 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 DAVRAsmParser.cpp748 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h80 Const = 1 << 1, enumerator

123