Home
last modified time | relevance | path

Searched defs:IsFP (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp119 bool IsFP = VT->getValueAsBit("isFP"); in run() local
187 bool IsFP = VT->getValueAsBit("isFP"); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp378 bool IsFP = any_of(MRI.use_nodbg_instructions(cast<GLoad>(MI).getDstReg()), in getInstrMapping() local
395 bool IsFP = onlyDefinesFP(*DefMI, MRI, TRI); in getInstrMapping() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp798 bool IsFP = Opcode == TargetOpcode::G_FCMP; in computeNumSignBits() local
H A DUtils.cpp1594 bool IsFP) { in isConstTrueVal()
1607 bool IsVector, bool IsFP) { in isConstFalseVal()
1619 bool IsFP) { in getICmpTrueVal()
H A DMachineIRBuilder.cpp525 bool IsFP) { in buildBoolExt()
533 bool IsFP) { in buildBoolExtInReg()
H A DCombinerHelper.cpp3388 int64_t Cst, bool IsVector, bool IsFP) { in isConstValidTrue()
3415 bool IsFP = false; in matchNotCmp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp836 bool IsFP = I.getType()->isFPOrFPVectorTy(); in sinkTranspose() local
856 bool IsFP = I.getType()->isFPOrFPVectorTy(); in sinkTranspose() local
1535 bool IsFP = Result.getElementType()->isFloatingPointTy(); in emitMatrixMultiply() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp796 bool IsFP = true; in getPredicate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp969 bool IsFP = fieldFromInstruction(insn, 26, 1); in DecodeSignedLdStInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1754 bool IsFP, SDValue &LHS, SDValue &RHS, in TranslateM68kCC()
2198 bool IsFP = Op1.getSimpleValueType().isFloatingPoint(); in LowerSETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1583 bool IsFP = EltTy->isHalfTy() || EltTy->isFloatTy() || EltTy->isDoubleTy(); in printConstant() local
H A DX86ISelDAGToDAG.cpp6350 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
6446 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
H A DX86ISelLowering.cpp4824 bool IsFP = in getTargetConstantBitsFromNode() local
21735 bool IsFP = Op.getSimpleValueType().isFloatingPoint(); in lowerAddSubToHorizontalOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp639 raw_ostream &O, bool IsFP) { in printImmediate64()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1279 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedUnaryOpcode() local
1293 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedBinaryOpcode() local
5434 bool IsFP = LHS->getType()->isFPOrFPVectorTy(); in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7563 unsigned Opc, bool IsFP) { in parseUnaryOp()
7690 unsigned Opc, bool IsFP) { in parseArithmetic()
8328 bool IsFP = false; in parseAtomicRMW() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2198 IsSigned, IsFP, IsBF) \ in getTypeInfoImpl() argument
2221 IsFP, IsBF) \ in getTypeInfoImpl() argument
4391 IsSigned, IsFP, IsBF) \ in getScalableVectorType() argument
4410 IsFP, IsBF) \ in getScalableVectorType() argument
H A DType.cpp2562 IsFP, IsBF) \ in isRVVVLSBuiltinType() argument
H A DItaniumMangle.cpp3380 ElBits, IsSigned, IsFP, IsBF) \ in mangleType() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5926 bool IsFP = Constraint[2] == 'f'; in getRegForInlineAsmConstraint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2531 bool IsFP = false; in selectG_CONSTANT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3331 bool IsFP = CmpOp0.getValueType().isFloatingPoint(); in lowerVectorSETCC() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8467 bool IsFP = VPIntrin.getOperand(0)->getType()->isFPOrFPVectorTy(); in visitVPCmp() local
H A DSelectionDAG.cpp565 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()