Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1290 bool IsFP) { in isConstTrueVal()
1303 bool IsVector, bool IsFP) { in isConstFalseVal()
1315 bool IsFP) { in getICmpTrueVal()
H A DGISelKnownBits.cpp716 bool IsFP = Opcode == TargetOpcode::G_FCMP; in computeNumSignBits() local
H A DMachineIRBuilder.cpp481 bool IsFP) { in buildBoolExt()
489 bool IsFP) { in buildBoolExtInReg()
H A DCombinerHelper.cpp2975 int64_t Cst, bool IsVector, bool IsFP) { in isConstValidTrue()
3002 bool IsFP = false; in matchNotCmp() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp700 bool IsFP = true; in getPredicate() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp821 bool IsFP = I.getType()->isFPOrFPVectorTy(); in sinkTranspose() local
1333 bool IsFP = Result.getElementType()->isFloatingPointTy(); in emitMatrixMultiply() local
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1552 bool IsFP, SDValue &LHS, SDValue &RHS, in TranslateM68kCC()
1996 bool IsFP = Op1.getSimpleValueType().isFloatingPoint(); in LowerSETCC() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1190 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedUnaryOpcode() local
1204 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedBinaryOpcode() local
5218 bool IsFP = LHS->getType()->isFPOrFPVectorTy(); in parseFunctionBody() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1350 bool IsFP = fieldFromInstruction(insn, 26, 1); in DecodeSignedLdStInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6949 unsigned Opc, bool IsFP) { in parseUnaryOp()
7076 unsigned Opc, bool IsFP) { in parseArithmetic()
7718 bool IsFP = false; in parseAtomicRMW() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5957 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
6053 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
H A DX86ISelLowering.cpp23544 bool IsFP = Op.getSimpleValueType().isFloatingPoint(); in lowerAddSubToHorizontalOp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3003 bool IsFP = Constraint[2] == 'f'; in getRegForInlineAsmConstraint() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2229 IsSigned, IsFP, IsBF) \ in getTypeInfoImpl() argument
2247 IsFP) \ in getTypeInfoImpl() argument
4005 IsSigned, IsFP, IsBF) \ in getScalableVectorType() argument
4023 IsFP) \ in getScalableVectorType() argument
H A DItaniumMangle.cpp3115 ElBits, IsSigned, IsFP, IsBF) \ in mangleType() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3029 bool IsFP = CmpOp0.getValueType().isFloatingPoint(); in lowerVectorSETCC() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7660 bool IsFP = VPIntrin.getOperand(0)->getType()->isFPOrFPVectorTy(); in visitVPCmp() local
H A DSelectionDAG.cpp519 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()