Home
last modified time | relevance | path

Searched defs:IsNegative (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp237 bool IsNegative = Name.consume_front("no-"); in getX86TargetFeatures() local
280 bool IsNegative = Name.starts_with("no-"); in getX86TargetFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp948 bool IsNegative = consumeFront(MangledName, '?'); in demangleNumber() local
975 bool IsNegative = false; in demangleUnsigned() local
984 bool IsNegative = false; in demangleSigned() local
1333 bool IsNegative = false; in demangleStringLiteral() local
1490 bool IsNegative = false; in demangleLocallyScopedNamePiece() local
2162 bool IsNegative = false; in demanglePointerAuthQualifier() local
2201 bool IsNegative = false; in demangleArrayType() local
2430 bool IsNegative = false; in demangleTemplateParameterList() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h98 bool IsNegative() const { in IsNegative() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp56 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
H A DAPInt.cpp549 unsigned IsNegative = false; in getSufficientBitsNeeded() local
H A DAPFloat.cpp3266 bool IsNegative = str.consume_front("-"); in convertFromStringSpecials() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp432 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger()
442 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat()
455 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp868 bool IsNegative) { in emitRsqIEEE1ULP()
921 bool IsNegative = false; in optimizeWithRsq() local
958 bool IsNegative = false; in optimizeWithRcp() local
H A DSIISelLowering.cpp15346 bool IsNegative = false; in performFDivCombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h668 bool IsNegative = false; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3052 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp379 bool IsNegative = Name.consume_front("no-"); in handleTargetFeaturesGroup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1596 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit()
1670 bool IsNegative, in emitCBZ()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp968 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
H A DInstCombineCompares.cpp5297 bool IsNegative) -> bool { in foldICmpBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2041 bool IsNegative = parseOptionalToken(AsmToken::Minus); in parseFPImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1165 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2375 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp8640 bool IsNegative = parseOptionalToken(AsmToken::Minus); in tryParseAdjImm0_63() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2435 bool IsNegative(T x) { in IsNegative() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6397 bool IsNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3872 bool IsNegative) { in getAbsolute()