Home
last modified time | relevance | path

Searched refs:IsConstant (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h379 bool getIsConstant() const { return IsConstant; } in getIsConstant()
380 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant()
442 bool IsConstant = false; member in Ice::VariableDeclaration
H A DIceGlobalInits.cpp130 Stream << " " << (IsConstant ? "constant" : "global") << " "; in dump()
H A DIceTargetLowering.cpp994 const bool IsConstant = Var.getIsConstant(); in emitGlobal() local
1003 if (IsConstant) in emitGlobal()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dccp_pass.cpp145 assert(folded_inst->IsConstant() && "CCP is only interested in constant."); in VisitAssignment()
326 if (inst.IsConstant()) { in Initialize()
H A Dinstruction.h535 inline bool IsConstant() const;
898 bool Instruction::IsConstant() const {
H A Dloop_unswitch_pass.cpp560 if (condition->IsConstant()) { in IsConditionNonConstantLoopInvariant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dccp_pass.cpp175 assert(folded_inst->IsConstant() && in VisitAssignment()
359 if (inst.IsConstant()) { in Initialize()
H A Dinstruction.h535 inline bool IsConstant() const;
898 bool Instruction::IsConstant() const {
H A Dloop_unswitch_pass.cpp560 if (condition->IsConstant()) { in IsConditionNonConstantLoopInvariant()
/third_party/spirv-tools/source/opt/
H A Dccp_pass.cpp171 assert((folded_inst->IsConstant() || in VisitAssignment()
356 if (inst.IsConstant()) { in Initialize()
H A Dinstruction.h551 inline bool IsConstant() const;
918 bool Instruction::IsConstant() const {
H A Dloop_unswitch_pass.cpp554 if (condition->IsConstant()) { in IsConditionNonConstantLoopInvariant()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc40 move->source().IsAllocated() || move->source().IsConstant(), in VerifyAllocatedGaps()
161 if (op->IsConstant()) { in BuildConstraint()
229 CHECK_WITH_MSG(op->IsConstant(), caller_info_); in CheckConstraint()
271 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot() || op->IsConstant(), in CheckConstraint()
H A Dmove-optimizer.cc392 if (!op->IsConstant() && !op->IsImmediate()) return; in OptimizeMerge()
525 if (move->source().IsConstant() || IsSlot(move->source())) { in FinalizeMoves()
H A Dinstruction-scheduler.cc201 } else if (output->IsConstant()) { in AddInstruction()
H A Dgap-resolver.cc80 if (move.IsConstant()) return kConstant; in GetKind()
H A Dregister-allocator.cc834 DCHECK_IMPLIES(op.IsConstant(), in CommitSpillMoves()
856 DCHECK_IMPLIES(op.IsConstant(), in FilterSpillMoves()
1671 DCHECK(!output_operand->IsConstant()); in MeetRegisterConstraintsForLastInstructionInBlock()
1721 if (output->IsConstant()) { in MeetConstraintsAfter()
1778 if (range->HasSpillOperand() && range->GetSpillOperand()->IsConstant()) { in MeetConstraintsBefore()
2048 } else if (operand->IsConstant()) { in LiveRangeFor()
2148 } else if (output->IsConstant()) { in ProcessInstructions()
2535 if (range->HasSpillOperand() && range->GetSpillOperand()->IsConstant()) { in BuildLiveRanges()
4788 !range->GetSpillOperand()->IsConstant()) || in PopulateReferenceMaps()
/third_party/node/deps/v8/src/compiler/
H A Dconstant-folding-reducer.cc67 if (!NodeProperties::IsConstant(node) && NodeProperties::IsTyped(node) && in Reduce()
H A Dnode-properties.h115 static bool IsConstant(Node* node) { in IsConstant() function in v8::internal::compiler::NodeProperties
H A Dcsa-load-elimination.cc83 NodeProperties::IsConstant(object); in IsConstantObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMDBuilder.h192 uint64_t Offset, bool IsConstant = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMDBuilder.cpp238 uint64_t Offset, bool IsConstant) { in createTBAAStructTagNode()
241 if (IsConstant) { in createTBAAStructTagNode()
237 createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, uint64_t Offset, bool IsConstant) createTBAAStructTagNode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1326 auto IsConstant = [](const SDValue &V) { in LowerBUILD_VECTOR() local
1389 if (IsConstant(Lane)) { in LowerBUILD_VECTOR()
1426 if (IsConstant(Lane)) { in LowerBUILD_VECTOR()
1436 return IsConstant(Lane); in LowerBUILD_VECTOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h478 IsConstant = 1 << 0, member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp241 CV_ENUM_CLASS_ENT(ExportFlags, IsConstant),

Completed in 32 milliseconds

12