| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 339 Value *FV = NewSelect->getFalseValue(); in visitImpl() local 340 if (match(TV, m_Neg(m_Specific(FV)))) in visitImpl() 342 else if (match(FV, m_Neg(m_Specific(TV)))) in visitImpl() 343 cast<Instruction>(FV)->dropPoisonGeneratingFlags(); in visitImpl() 346 cast<Instruction>(FV)->dropPoisonGeneratingFlags(); in visitImpl()
|
| H A D | InstructionCombining.cpp | 1692 Value *FV = SI->getFalseValue(); in FoldOpIntoSelect() local 1693 if (!(isa<Constant>(TV) || isa<Constant>(FV))) in FoldOpIntoSelect() 1710 if ((TV == Op0 && FV == Op1) || (FV == Op0 && TV == Op1)) in FoldOpIntoSelect() 1725 NewFV = foldOperationIntoSelectOperand(Op, SI, FV, *this); in FoldOpIntoSelect()
|
| H A D | InstCombineAndOrXor.cpp | 4600 Value *FV = Sel->getFalseValue(); in foldNot() local 4602 auto *CmpF = dyn_cast<CmpInst>(FV); in foldNot() 4604 bool InvertibleF = (CmpF && CmpF->hasOneUse()) || isa<Constant>(FV); in foldNot() 4613 Sel->setFalseValue(ConstantExpr::getNot(cast<Constant>(FV))); in foldNot()
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 862 unsigned FV = FormVersion(F); in isValidFormForVersion() local 863 return FV > 0 && FV <= Version; in isValidFormForVersion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 337 APFloat FV(V); in isExactlyValue() 338 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue() 339 return isExactlyValue(FV); in isExactlyValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 217 DWARFFormValue FV = DWARFFormValue::createFromUValue( in dumpAttribute() local 219 FV.dump(OS, DumpOpts); in dumpAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 411 Value *FV; in threadBinOpOverSelect() local 414 FV = simplifyBinOp(Opcode, SI->getFalseValue(), RHS, Q, MaxRecurse); in threadBinOpOverSelect() 417 FV = simplifyBinOp(Opcode, LHS, SI->getFalseValue(), Q, MaxRecurse); in threadBinOpOverSelect() 422 if (TV == FV) in threadBinOpOverSelect() 427 return FV; in threadBinOpOverSelect() 428 if (FV && Q.isUndefValue(FV)) in threadBinOpOverSelect() 433 if (TV == SI->getTrueValue() && FV == SI->getFalseValue()) in threadBinOpOverSelect() 439 if ((FV && !TV) || (TV && !FV)) { in threadBinOpOverSelect() 442 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in threadBinOpOverSelect() 448 Value *UnsimplifiedBranch = FV ? SI->getTrueValue() : SI->getFalseValue(); in threadBinOpOverSelect() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1198 Value *TV = UseI->getOperand(1), *FV = UseI->getOperand(2); in classifyInst() local 1199 if (Early.count(TV) || Early.count(FV)) { in classifyInst() 1200 if (Late.count(TV) || Late.count(FV)) in classifyInst() 1203 } else if (Late.count(TV) || Late.count(FV)) { in classifyInst() 1204 if (Early.count(TV) || Early.count(FV)) in classifyInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 967 APFloat FV(V); in get() local 969 FV.convert(Ty->getScalarType()->getFltSemantics(), in get() 971 Constant *C = get(Context, FV); in get() 995 APFloat FV(Ty->getScalarType()->getFltSemantics(), Str); in get() local 996 Constant *C = get(Context, FV); in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8167 SDValue TV = Op.getOperand(2), FV = Op.getOperand(3); in LowerSELECT_CC() local 8178 return DAG.getSelectCC(dl, Z, Zero, TV, FV, ISD::SETNE); in LowerSELECT_CC() 8190 if (Subtarget.hasP9Vector() && LHS == TV && RHS == FV) { in LowerSELECT_CC() 8219 std::swap(TV, FV); in LowerSELECT_CC() 8224 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV); in LowerSELECT_CC() 8228 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), Sel1, FV); in LowerSELECT_CC() 8231 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt in LowerSELECT_CC() 8237 return DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV); in LowerSELECT_CC() 8240 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt in LowerSELECT_CC() 8247 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), TV, FV); in LowerSELECT_CC() [all …]
|
| /freebsd/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 84 #key_f41 kf41 str FV - - ----- F41 function key
|
| H A D | Caps.uwin | 585 key_f41 kf41 str FV KEY_F(41) - ----E F41 function key
|
| H A D | Caps.hpux11 | 559 key_f41 kf41 str FV KEY_F(41) - ----E F41 function key
|
| H A D | Caps.osf1r5 | 680 key_f41 kf41 str FV KEY_F(41) - ----E F41 function key
|
| H A D | Caps | 632 key_f41 kf41 str FV KEY_F(41) - ----E F41 function key
|
| H A D | Caps.aix4 | 640 key_f41 kf41 str FV KEY_F(41) - ----E F41 function key
|
| H A D | Caps.keys | 627 key_f41 kf41 str FV KEY_F(41) - ----E F41 function key
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXSf.td | 191 defm FV : CustomSiFiveVCIX<"fv", VCIX_XV, uimm5, VR, FPR32>, Sched<[]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 5364 if (const FixedVectorType *FV = dyn_cast<FixedVectorType>(T)) { in classifyArgument() local 5365 auto R = classifyArgument(FV->getScalarType()); in classifyArgument() 5366 R.second *= FV->getNumElements(); in classifyArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1751 Value *FV = SI.getFalseValue(); in speculateSelectInstLoads() local 1762 IRB.CreateAlignedLoad(LI.getType(), FV, LI.getAlign(), in speculateSelectInstLoads()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 1018 0103 FV TouchCam N1 (Audio) 1022 1030 FV TouchCam N1 (Video) 4307 308e FV M1 (normal mode) / MVX 3i (normal mode) / Optura Xi (normal mode) 17993 1006 Thermal FV 17995 1008 Thermal HS FV 17996 1009 Thermal FV EJ 18002 1010 Thermal HS FV EJ 18009 1017 TH230+ FV EJ 18010 1018 4610-1NR FV EJ 23434 ce12 FV-U35
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 27614 auto *FV = dyn_cast<ConstantFPSDNode>(N3); in convertSelectOfFPConstantsToLoadOffset() local 27616 if (!TV || !FV || !TLI.isTypeLegal(VT)) in convertSelectOfFPConstantsToLoadOffset() 27622 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize)) in convertSelectOfFPConstantsToLoadOffset() 27627 if (!TV->hasOneUse() && !FV->hasOneUse()) in convertSelectOfFPConstantsToLoadOffset() 27630 Constant *Elts[] = { const_cast<ConstantFP*>(FV->getConstantFPValue()), in convertSelectOfFPConstantsToLoadOffset() 27645 SDValue One = DAG.getIntPtrConstant(EltSize, SDLoc(FV)); in convertSelectOfFPConstantsToLoadOffset()
|
| /freebsd/contrib/sendmail/ |
| H A D | PGPKEYS | 1213 fzDVl+NFCexLVBOK6FMz+DTZaOC0UifzsWzv2YAVc/2FV+WJpgfScjZHttzTWvZU
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 3843 APFloat FV(APFloat::IEEEsingle(), V); in getConstVector() local 3844 Ops.push_back(DAG.getConstantFP(FV, dl, EltVT)); in getConstVector() 3846 APFloat FV(APFloat::IEEEdouble(), V); in getConstVector() local 3847 Ops.push_back(DAG.getConstantFP(FV, dl, EltVT)); in getConstVector()
|