/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner_util.h | 153 bool IsConstant() const { return multiplier_ == 0; } in IsConstant() function
|
D | spmd_partitioner_util.cc | 732 bool OffsetCalculation::IsConstant() const { in IsConstant() function in xla::spmd::OffsetCalculation
|
/external/llvm/lib/IR/ |
D | MDBuilder.cpp | 167 uint64_t Offset, bool IsConstant) { in createTBAAStructTagNode()
|
D | Core.cpp | 1682 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) { in LLVMSetGlobalConstant()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | compute_constant_test.cc | 89 bool IsConstant(const XlaOp operand, XlaBuilder* builder) { in IsConstant() function in xla::__anon54ad621a0111::ComputeConstantTest
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.h | 172 bool IsConstant() const { return class_ == NC_CONSTANT; } in IsConstant() function 870 inline bool IsConstant(const Node* node) { return node->IsConstant(); } in IsConstant() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 238 uint64_t Offset, bool IsConstant) { in createTBAAStructTagNode()
|
D | Core.cpp | 2146 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) { in LLVMSetGlobalConstant()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 442 bool IsConstant = false; variable
|
D | IceTargetLowering.cpp | 994 const bool IsConstant = Var.getIsConstant(); in emitGlobal() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | instruction.h | 912 bool Instruction::IsConstant() const { in IsConstant() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.h | 897 bool Instruction::IsConstant() const { in IsConstant() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 912 bool Instruction::IsConstant() const { in IsConstant() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 440 IsConstant = 1 << 0, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1326 auto IsConstant = [](const SDValue &V) { in LowerBUILD_VECTOR() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 478 IsConstant = 1 << 0, enumerator
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 691 bool IsConstant = Type.isConstant(SemaRef.getASTContext()); in getTopDSA() local 4078 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context); in SetStep() local 5095 bool IsConstant = in CheckOpenMPLoop() local 8387 bool IsConstant = ElemType.isConstant(Context); in ActOnOpenMPFirstprivateClause() local 9720 bool IsConstant = StepExpr->isIntegerConstantExpr(Result, Context); in ActOnOpenMPLinearClause() local
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.cc | 159 bool IsConstant(const NodeDef& node) { return node.op() == "Const"; } in IsConstant() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 703 bool IsConstant = evaluateConstantImm(Expr, Imm, VK); in addExpr() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 445 bool LLParser::ParseGlobalType(bool &IsConstant) { in ParseGlobalType() 844 bool IsConstant, IsExternallyInitialized; in ParseGlobal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 517 bool LLParser::ParseGlobalType(bool &IsConstant) { in ParseGlobalType() 1036 bool IsConstant, IsExternallyInitialized; in ParseGlobal() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2719 const VarDecl *VD, bool IsConstant) { in getLLVMLinkageVarDefinition()
|
D | MicrosoftCXXABI.cpp | 3055 bool IsConstant = isa<llvm::Constant>(Src); in EmitNonNullMemberPointerConversion() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.cc | 4267 bool HloInstruction::IsConstant() const { in IsConstant() function in xla::HloInstruction
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 737 func (v Value) IsConstant() bool { return C.LLVMIsConstant(v.C) != 0 } func
|