Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp249 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/
DSystemZTDC.cpp124 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/
DTypePromotion.cpp357 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
DHardwareLoops.cpp362 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/
DRISCVISelDAGToDAG.cpp256 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() local
/third_party/typescript/tests/cases/compiler/
DenumAssignmentCompat3.ts29 namespace Const { namespace
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.h43 Const, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp366 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
DIceConverter.cpp132 Ice::Constant *convertConstant(const Constant *Const) { in convertConstant()
215 if (const auto Const = dyn_cast<Constant>(Op)) { in convertValue() local
DIceCfg.cpp761 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
DIceTargetLoweringMIPS32.cpp2209 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()
DIceELFObjectWriter.cpp543 auto *Const = llvm::cast<ConstType>(C); in writeConstantPool() local
DIceTargetLoweringX8632.cpp1222 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
DIceTargetLoweringARM32.cpp214 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/
DSDNodeDbgValue.h44 const Value *Const; ///< Valid for constants. member
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc495 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/
DMachineIRBuilder.cpp286 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/
DRecordName.cpp324 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
/third_party/rust/crates/syn/src/
Dpat.rs670 Const(ExprConst), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h301 Const = 0x0001, enumerator
361 Const = 0x00000400, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp126 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/
DMergeICmps.cpp375 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/
DAVRAsmParser.cpp702 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) { in validateTargetOperandClass() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts15 Const, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split_test.cc328 TEST(Splitter, Const) { in TEST() argument

1234