Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h80 static SDDbgOperand fromConst(const Value *Const) { in fromConst()
108 const Value *Const; ///< Valid for constants. member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp148 ConstantInt *Const = getConstInt(MD, 0); in getOriginalFunctionType() local
356 ConstantInt *Const = getConstInt(MD2, 0); in lowerFormalArguments() local
362 ConstantInt *Const = getConstInt(MD2, j); in lowerFormalArguments() local
H A DSPIRVAsmPrinter.cpp415 if (ConstantInt *Const = dyn_cast<ConstantInt>(C)) { in addOpsFromMDNode() local
H A DSPIRVInstructionSelector.cpp849 Register Const = GR.getOrCreateConstIntArray(Val, Num, I, ArrTy, TII); in selectMemOperation() local
1415 const MachineInstr *Const = this->MRI->getVRegDef(ConstReg); in selectConstVector() local
2395 const MachineInstr *Const = this->MRI->getVRegDef(ConstReg); in selectSpvThreadId() local
H A DSPIRVPreLegalizer.cpp55 auto *Const = in addConstantsToTrack() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp273 Constant *Const, PHINode *Root, DenseSet<PHINode *> &TransitivePHIs) { in discoverTransitivelyIncomingValues()
321 Constant *Const = nullptr; in visitPHINode() local
449 Constant *Const = LastVisited->second; in visitCmpInst() local
470 Constant *Const = LastVisited->second; in visitBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp343 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local
345 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.cpp422 if (auto *Const = dyn_cast<ConstantInt>(ICmp->getOperand(OpIdx))) in CanGenerateTest() local
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc523 TEST(PrintCStringTest, Const) { in TEST() argument
552 TEST(PrintU8StringTest, Const) { in TEST() argument
581 TEST(PrintU16StringTest, Const) { in TEST() argument
609 TEST(PrintU32StringTest, Const) { in TEST() argument
645 TEST(PrintWideCStringTest, Const) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp328 auto Const = buildInstr(TargetOpcode::G_CONSTANT) in buildConstant() local
334 auto Const = buildInstr(TargetOpcode::G_CONSTANT); in buildConstant() local
364 auto Const = buildInstr(TargetOpcode::G_FCONSTANT) in buildFConstant() local
371 auto Const = buildInstr(TargetOpcode::G_FCONSTANT); in buildFConstant() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp654 ConstantAggregateBuilder &Const, in EmitDesignatedInitUpdater()
903 ConstantAggregateBuilder Const(Emitter.CGM); in BuildStruct() local
915 ConstantAggregateBuilder Const(Emitter.CGM); in BuildStruct() local
927 ConstantAggregateBuilder &Const, in UpdateStruct()
1414 ConstantAggregateBuilder Const(CGM); in VisitDesignatedInitUpdateExpr() local
H A DCGHLSLRuntime.cpp80 for (auto &Const : Buf.Constants) { in layoutBuffer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp384 std::optional<int64_t> Const; in getVarAndConst() local
1119 ConstantInt *Const; in CheckAndCreateOffsetAdd() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp538 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp497 if (auto *Const = dyn_cast<SCEVConstant>(Expr)) in getIndexExpressionsFromGEP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp69 Constant *Const = getConstantOrNull(V); in tryToReplaceWithConstant() local
104 if (auto *Const = dyn_cast<Constant>(Op)) in refineInstruction() local
961 Constant *Const = nullptr; in getConstantOrNull() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp434 auto *Const = Builder.CreateLShr( in createRegisterGlobalsFunction() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp192 bool Const; member in __anon819a2c470111::PointerType
195 PointerType(const Type *Pointee, bool Const) in PointerType()
1017 const PointerType *getPointerType(const Type *T, bool Const) { in getPointerType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h313 Const = 0x0001, enumerator
376 Const = 0x00000400, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp754 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1816 if (ConstantSDNode *Const = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in PerformDAGCombine() local
1825 if (ConstantSDNode *Const = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in PerformDAGCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp357 const auto *const Const = cast<ConstantInt>(Val); in visitCmpBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp146 auto Const = getIConstantVRegValWithLookThrough(RHS, MRI); in matchAArch64MulConstCombine() local

123