Searched defs:Broadcast (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_mutex.cpp | 376 void dng_condition::Broadcast () in Broadcast() function in dng_condition
|
/third_party/node/src/ |
D | node_mutex.h | 238 void ConditionVariableBase<Traits>::Broadcast(const ScopedLock&) { in Broadcast() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1112 if (Instruction *Broadcast = foldInsSequenceIntoSplat(IE)) in visitInsertElementInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6303 if (auto *Broadcast = getTargetConstantFromNode(Op.getOperand(0))) { in getTargetConstantBitsFromNode() local 8308 SDValue Broadcast = DAG.getNode(Opcode, DL, BroadcastVT, RepeatLoad); in EltsFromConsecutiveLoads() local 9870 if (SDValue Broadcast = lowerBuildVectorAsBroadcast(BV, Subtarget, DAG)) in LowerBUILD_VECTOR() local 13120 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v2f64, V1, V2, in lowerV2F64Shuffle() local 13204 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v2i64, V1, V2, in lowerV2I64Shuffle() local 13391 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v4f32, V1, V2, in lowerV4F32Shuffle() local 13495 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v4i32, V1, V2, in lowerV4I32Shuffle() local 14185 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v8i16, V1, V2, in lowerV8I16Shuffle() local 14409 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v16i8, V1, V2, in lowerV16I8Shuffle() local 15832 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v4f64, V1, V2, in lowerV4F64Shuffle() local [all …]
|