Home
last modified time | relevance | path

Searched defs:P0 (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp43 const LLT P0 = LLT::pointer(0, 64); in PPCLegalizerInfo() local
/freebsd/lib/msun/src/
H A Ds_cbrt.c27 P0 = 1.87595182427177009643, /* 0x3ffe03e6, 0x0f61e692 */ variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h234 Predicate all(Predicate P0, Predicate P1) { in all()
241 Predicate all(Predicate P0, Predicate P1, Args... args) { in all()
247 Predicate any(Predicate P0, Predicate P1) { in any()
254 Predicate any(Predicate P0, Predicate P1, Args... args) { in any()
/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3_local.h42 #define P0(X) (X ^ ROTATE(X, 9) ^ ROTATE(X, 17)) macro
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c164 P0 = 6.2138957182182086e-1, variable
/freebsd/lib/msun/ld80/
H A Db_tgammal.c184 #define P0 (P0u.e) macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp110 Value *P0 = Phi.getOperand(0), *P1 = Phi.getOperand(1); in foldGuardedFunnelShift() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2511 SDValue P0 = getInstr(Hexagon::V6_vmpyhus, dl, PairTy, {T1, B}, DAG); emitHvxMulHsV60() local
2557 SDValue P0 = getInstr(Hexagon::V6_vmpyuhv, dl, PairTy, {A, B}, DAG); emitHvxMulLoHiV60() local
2626 SDValue P0 = getInstr(Hexagon::V6_vmpyewuh_64, dl, PairTy, {A, B}, DAG); emitHvxMulLoHiV62() local
[all...]
H A DHexagonConstExtenders.cpp1363 auto P0 = MaxAlign(Tree.nodesWith(R.Min, false), R.Align, R.Offset); in assignInits() local
H A DHexagonLoopIdiomRecognition.cpp1537 Value *P = PV.P, *Q = PV.Q, *P0 = P; in generate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1043 CmpInst::Predicate P0, P1; in foldExtractedCmps() local
H A DSLPVectorizer.cpp6403 CmpInst::Predicate P0 = cast<CmpInst>(VL0)->getPredicate(); in getScalarsVectorizationState() local
7212 CmpInst::Predicate P0 = cast<CmpInst>(VL0)->getPredicate(); in buildTree_rec() local
13161 CmpInst::Predicate P0 = cast<CmpInst>(VL0)->getPredicate(); in vectorizeTree() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5995 const LLT P0 = LLT::pointer(0, 64); in selectIntrinsicWithSideEffects() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13345 [](const ObjCProtocolDecl *P0, const ObjCProtocolDecl *P1) { in getCommonNonSugarTypeNode()