/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalInits.h | 379 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 D | IceGlobalInits.cpp | 130 Stream << " " << (IsConstant ? "constant" : "global") << " "; in dump()
|
H A D | IceTargetLowering.cpp | 994 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 D | ccp_pass.cpp | 145 assert(folded_inst->IsConstant() && "CCP is only interested in constant."); in VisitAssignment() 326 if (inst.IsConstant()) { in Initialize()
|
H A D | instruction.h | 535 inline bool IsConstant() const; 898 bool Instruction::IsConstant() const {
|
H A D | loop_unswitch_pass.cpp | 560 if (condition->IsConstant()) { in IsConditionNonConstantLoopInvariant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ccp_pass.cpp | 175 assert(folded_inst->IsConstant() && in VisitAssignment() 359 if (inst.IsConstant()) { in Initialize()
|
H A D | instruction.h | 535 inline bool IsConstant() const; 898 bool Instruction::IsConstant() const {
|
H A D | loop_unswitch_pass.cpp | 560 if (condition->IsConstant()) { in IsConditionNonConstantLoopInvariant()
|
/third_party/spirv-tools/source/opt/ |
H A D | ccp_pass.cpp | 171 assert((folded_inst->IsConstant() || in VisitAssignment() 356 if (inst.IsConstant()) { in Initialize()
|
H A D | instruction.h | 551 inline bool IsConstant() const; 918 bool Instruction::IsConstant() const {
|
H A D | loop_unswitch_pass.cpp | 554 if (condition->IsConstant()) { in IsConditionNonConstantLoopInvariant()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator-verifier.cc | 40 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 D | move-optimizer.cc | 392 if (!op->IsConstant() && !op->IsImmediate()) return; in OptimizeMerge() 525 if (move->source().IsConstant() || IsSlot(move->source())) { in FinalizeMoves()
|
H A D | instruction-scheduler.cc | 201 } else if (output->IsConstant()) { in AddInstruction()
|
H A D | gap-resolver.cc | 80 if (move.IsConstant()) return kConstant; in GetKind()
|
H A D | register-allocator.cc | 834 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 D | constant-folding-reducer.cc | 67 if (!NodeProperties::IsConstant(node) && NodeProperties::IsTyped(node) && in Reduce()
|
H A D | node-properties.h | 115 static bool IsConstant(Node* node) { in IsConstant() function in v8::internal::compiler::NodeProperties
|
H A D | csa-load-elimination.cc | 83 NodeProperties::IsConstant(object); in IsConstantObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | MDBuilder.h | 192 uint64_t Offset, bool IsConstant = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 238 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 D | WebAssemblyISelLowering.cpp | 1326 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 D | CodeView.h | 478 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 D | EnumTables.cpp | 241 CV_ENUM_CLASS_ENT(ExportFlags, IsConstant),
|