| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 249 Constant *Const = nullptr; in isTailPredicate() local 338 if (auto *Const = dyn_cast<SCEVConstant>(S->getOperand(0))) { in ComputeElements() local 347 if (auto *Const = dyn_cast<SCEVConstant>(S->getOperand(0))) { in ComputeElements() local 356 if (auto *Const = dyn_cast<SCEVConstant>(S->getRHS())) { in ComputeElements() local 363 if (auto *Const = dyn_cast<SCEVConstant>(RoundUp->getOperand(0))) { in ComputeElements() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTDC.cpp | 124 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local 234 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TypePromotion.cpp | 357 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local 359 else if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(1))) in isSafeWrap() local 462 auto Const = cast<ConstantInt>(I->getOperand(1)); in PrepareWrappingAdds() local 536 if (auto *Const = dyn_cast<ConstantInt>(Op)) { in PromoteTree() local
|
| D | HardwareLoops.cpp | 362 if (auto *Const = dyn_cast<ConstantInt>(ICmp->getOperand(OpIdx))) in CanGenerateTest() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVISelDAGToDAG.cpp | 256 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | enumAssignmentCompat3.ts | 29 namespace Const { namespace
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/ |
| D | trace.h | 43 Const, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | WasmTranslator.cpp | 366 auto *Const = Ctx->getConstantInt32(Value); in Int32Constant() local 374 auto *Const = Ctx->getConstantInt64(Value); in Int64Constant() local 381 auto *Const = Ctx->getConstantFloat(Value); in Float32Constant() local 388 auto *Const = Ctx->getConstantDouble(Value); in Float64Constant() local
|
| D | IceConverter.cpp | 132 Ice::Constant *convertConstant(const Constant *Const) { in convertConstant() 215 if (const auto Const = dyn_cast<Constant>(Op)) { in convertValue() local
|
| D | IceCfg.cpp | 761 if (auto *Const = llvm::dyn_cast<Constant>(Current->getSrc(i))) { in floatConstantCSE() local 796 if (auto *Const = llvm::dyn_cast<Constant>(InstUse->getSrc(i))) { in floatConstantCSE() local
|
| D | IceTargetLoweringMIPS32.cpp | 2209 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in loOperand() local 2265 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand() local 2531 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic() local 2590 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic() local 2644 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic() local 5196 } else if (auto *Const = llvm::dyn_cast<ConstantInteger32>(SrcOp)) { in matchAssign() local 5731 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) { in emitConstant()
|
| D | IceELFObjectWriter.cpp | 543 auto *Const = llvm::cast<ConstType>(C); in writeConstantPool() local
|
| D | IceTargetLoweringX8632.cpp | 1222 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in loOperand() local 1248 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand() local 2039 auto *Const = llvm::dyn_cast<Constant>(Instr->getSrc(1)); in lowerArithmetic() local 5075 } else if (auto *Const = llvm::dyn_cast<ConstantInteger32>(SrcOp)) { in matchAssign() local 5161 if (auto *Const = in matchShiftedIndex() local 5264 ConstantInteger32 *Const = nullptr; in matchOffsetIndexOrBase() local 7386 if (auto *Const = llvm::dyn_cast<Constant>(From)) { in legalize() local 7681 auto *Const = llvm::cast<typename T::IceType>(C); in emitConstantPool() local
|
| D | IceTargetLoweringARM32.cpp | 214 if (auto *Const = llvm::dyn_cast_or_null<ConstantInteger32>(Op)) { in isGuaranteedNonzeroInt() local 1912 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) in loOperand() local 1939 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand() local 3160 int32_t Const = Srcs.getConstantValue(); in lowerArithmetic() local 5334 } else if (auto *Const = llvm::dyn_cast<ConstantInteger32>(SrcOp)) { in matchAssign() local 5429 auto *Const = llvm::dyn_cast<ConstantInteger32>(ArithInst->getSrc(1)); in matchShiftedOffsetReg() local 6854 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) { in emitConstant()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SDNodeDbgValue.h | 44 const Value *Const; ///< Valid for constants. member
|
| /third_party/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 495 TEST(PrintCStringTest, Const) { in TEST() argument 524 TEST(PrintU8StringTest, Const) { in TEST() argument 553 TEST(PrintU16StringTest, Const) { in TEST() argument 581 TEST(PrintU32StringTest, Const) { in TEST() argument 617 TEST(PrintWideCStringTest, Const) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.cpp | 286 auto Const = buildInstr(TargetOpcode::G_CONSTANT) in buildConstant() local 292 auto Const = buildInstr(TargetOpcode::G_CONSTANT); in buildConstant() local 318 auto Const = buildInstr(TargetOpcode::G_FCONSTANT) in buildFConstant() local 325 auto Const = buildInstr(TargetOpcode::G_FCONSTANT); in buildFConstant() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | RecordName.cpp | 324 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
|
| /third_party/rust/crates/syn/src/ |
| D | pat.rs | 670 Const(ExprConst), enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeView.h | 301 Const = 0x0001, enumerator 361 Const = 0x00000400, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyRegStackify.cpp | 126 MachineInstr *Const = BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), in convertImplicitDefToConstZero() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | MergeICmps.cpp | 375 const auto *const Const = dyn_cast<ConstantInt>(Val); in visitCmpBlock() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 702 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource10.ts | 15 Const, enumerator
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | str_split_test.cc | 328 TEST(Splitter, Const) { in TEST() argument
|