Searched refs:FNP (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp314 const Instruction *FNP = BB->getFirstNonPHI(); local
317 if (const auto *LPI = dyn_cast<LandingPadInst>(FNP))
/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp262 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); local
270 bool FOk = (FNP == 1) && (FNS == 1);
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h2736 #define DECLARE_NEON_FP_PAIR_OP(FNP, FN, OP) \
2737 LogicVRegister FNP(VectorFormat vform, \
2741 LogicVRegister FNP(VectorFormat vform, \
H A Dlogic-aarch64.cc4278 #define DEFINE_NEON_FP_PAIR_OP(FNP, FN, OP) \
4279 LogicVRegister Simulator::FNP(VectorFormat vform, \
4290 LogicVRegister Simulator::FNP(VectorFormat vform, \

Completed in 179 milliseconds