/freebsd/sys/contrib/device-tree/src/arm/hisilicon/ |
H A D | hisi-x5hd2-dkb.dts | 57 /* Placeholder, overwritten by bootloader */ 71 /* Placeholder, overwritten by bootloader */
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra210-p2371-2180.dts | 144 /* Placeholder for external Codec */ 170 /* Placeholder for external Codec */ 196 /* Placeholder for external Codec */ 222 /* Placeholder for external Codec */ 248 /* Placeholder for external Codec */ 569 /* Placeholder for external Codec */ 594 /* Placeholder for external Codec */ 619 /* Placeholder for external Codec */
|
H A D | tegra186-p2771-0000.dts | 39 /* Placeholder for external Codec */ 65 /* Placeholder for external Codec */ 91 /* Placeholder for external Codec */ 117 /* Placeholder for external Codec */ 143 /* Placeholder for external Codec */ 169 /* Placeholder for external Codec */
|
H A D | tegra210-p3450-0000.dts | 643 /* Placeholder for external Codec */ 669 /* Placeholder for external Codec */ 990 /* Placeholder for external Codec */ 1015 /* Placeholder for external Codec */
|
H A D | tegra186-p3509-0000+p3636-0001.dts | 85 /* Placeholder for external Codec */ 111 /* Placeholder for external Codec */
|
H A D | tegra234.dtsi | 4395 * Placeholder values that firmware needs to update with the real
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 270 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder() argument 271 return Chunk(CK_Placeholder, Placeholder); in CreatePlaceholder() 460 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk() argument 461 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder)); in AddPlaceholderChunk()
|
H A D | SemaCodeComplete.cpp | 3822 auto AddChunk = [&](llvm::StringRef Placeholder) { in AddOverloadAggregateChunks() argument 3825 const char *Copy = Result.getAllocator().CopyString(Placeholder); in AddOverloadAggregateChunks() 3882 std::string Placeholder; in AddOverloadParameterChunks() local 3887 Placeholder = FormatFunctionParameter(Policy, Param); in AddOverloadParameterChunks() 3889 Placeholder += GetDefaultValueString(Param, Context.getSourceManager(), in AddOverloadParameterChunks() 3892 Placeholder = Prototype->getParamType(P).getAsString(Policy); in AddOverloadParameterChunks() 3897 Result.getAllocator().CopyString(Placeholder)); in AddOverloadParameterChunks() 3899 Result.AddPlaceholderChunk(Result.getAllocator().CopyString(Placeholder)); in AddOverloadParameterChunks() 3967 std::string Placeholder = in createTemplateSignatureString() local 3976 Current->getAllocator().CopyString(Placeholder)); in createTemplateSignatureString()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 197 TempMDNode Placeholder; member 690 if (!OpD.Placeholder) in getFwdReference() 691 OpD.Placeholder = Op.clone(); in getFwdReference() 693 return *OpD.Placeholder; in getFwdReference() 811 bool HadPlaceholder(D.Placeholder); in mapNodesInPOT() 814 TempMDNode ClonedN = D.Placeholder ? std::move(D.Placeholder) : N->clone(); in mapNodesInPOT()
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 58 Placeholder, enumerator 428 Type = BasicType::Placeholder; in parseBasicType() 509 case BasicType::Placeholder: in printBasicType() 756 case BasicType::Placeholder: in demangleConst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 506 Value *Placeholder = reinterpret_cast<Value *>(static_cast<uintptr_t>(-1)); in negate() local 514 assert(NegatedV != Placeholder && "Encountered a cycle during negation."); in negate() 522 NegationsCache[V] = Placeholder; in negate()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 559 static Chunk CreatePlaceholder(const char *Placeholder); 735 void AddPlaceholderChunk(const char *Placeholder);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 307 StructType *Placeholder = StructType::create(Ty->getContext()); in remapTypeImpl() local 308 return *Entry = Placeholder; in remapTypeImpl() 341 auto *Placeholder = cast<StructType>(*RecursionEntry); in remapTypeImpl() local 342 Placeholder->setBody(ElementTypes, IsPacked); in remapTypeImpl() 343 Placeholder->setName(Name); in remapTypeImpl() 344 return *Entry = Placeholder; in remapTypeImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1373 uint32_t *Placeholder = in processRelocationRef() local 1377 Value.Addend += *Placeholder; in processRelocationRef() 1380 Value.Addend += (int16_t)((*Placeholder & 0xFFF) | (((*Placeholder >> 16) & 0xF) << 12)); in processRelocationRef() 1385 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local 1387 uint32_t Opcode = readBytesUnaligned(Placeholder, 4); in processRelocationRef()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 493 enum { Function, Tag, Placeholder } Kind = Function; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 43 assert(!Signature || Signature->Kind != wasm::WasmSignature::Placeholder); in WasmSymbol()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 26 // PLACEHOLDER_TYPE(Id, SingletonId) - A placeholder type. Placeholder
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4047 llvm::Value *Placeholder = llvm::PoisonValue::get(IRPtrTy); in createPlaceholderSlot() local 4052 Placeholder = CGF.Builder.CreateAlignedLoad(IRPtrTy, Placeholder, Align); in createPlaceholderSlot() 4054 return AggValueSlot::forAddr(Address(Placeholder, IRTy, Align), in createPlaceholderSlot() 5141 llvm::Instruction *Placeholder = in EmitCall() local 5147 Builder.SetInsertPoint(Placeholder); in EmitCall() 5160 deferPlaceholderReplacement(Placeholder, Addr.getPointer()); in EmitCall()
|
H A D | CGObjCGNU.cpp | 1984 if (auto Placeholder = in GenerateClass() local 1986 if (Placeholder != classStruct) { in GenerateClass() 1987 Placeholder->replaceAllUsesWith(classStruct); in GenerateClass() 1988 Placeholder->eraseFromParent(); in GenerateClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2950 Value *Placeholder = in visitLoadInst() local 2953 V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset - BeginOffset, in visitLoadInst() 2956 Placeholder->replaceAllUsesWith(&LI); in visitLoadInst() 2957 Placeholder->deleteValue(); in visitLoadInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1205 Sig.Kind = wasm::WasmSignature::Placeholder; in parseTypeSection() 1235 Sig.Kind = wasm::WasmSignature::Placeholder; in parseTypeSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 573 MachineOperand *Placeholder = nullptr; in finalizeInsInstrs() local 579 Placeholder = &Operand; in finalizeInsInstrs() 585 assert(Placeholder && "Placeholder does not exist!"); in finalizeInsInstrs() 593 Placeholder->setReg(LoadNewConst); in finalizeInsInstrs()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 734 CASE(Placeholder); in Visit()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 78 \ Placeholder for handling not yet implemented functionalities.
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 420 lldb/source/Plugins/ObjectFile/Placeholder/CMakeLists.txt
|