Home
last modified time | relevance | path

Searched defs:VP (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h102 #define VTOZ(VP) ((struct znode *)(VP)->v_data) argument
103 #define VTOZ_SMR(VP) ((znode_t *)vn_load_v_data_smr(VP)) argument
104 #define ITOZ(VP) ((struct znode *)(VP)->v_data) argument
/freebsd/sys/dev/videomode/
H A Dvideomode.c21 #define VP VID_PVSYNC macro
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp307 const Pointer &VP = Ptr.atField(VD->Offset); in toRValue() local
/freebsd/sys/sys/
H A Dmount.h926 #define VFS_RECLAIM_LOWERVP(MP, VP) do { \ argument
932 #define VFS_UNLINK_LOWERVP(MP, VP) do { \ argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1953 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch() local
1975 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch() local
2024 const auto *VP = P->castAs<DependentSizedExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1065 DIE &Buffer, const DITemplateValueParameter *VP) { in constructTemplateValueParameterDIE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1284 PHIValPos VP = {SI, Reg, SubReg}; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp984 if (const PHINode *VP = dyn_cast<PHINode>(V)) in createPHIsForSplitLoopExit() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1841 if (const PHINode *VP = dyn_cast<PHINode>(I)) in canSelectOperandBeMappingIntoPredBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6575 TTI::OperandValueProperties VP = TTI::OP_None; in getOperandInfo() local