/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | X86.cpp | 238 bool IsNegative = Name.consume_front("no-"); in getX86TargetFeatures() local 268 bool IsNegative = Name.starts_with("no-"); in getX86TargetFeatures() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 91 bool IsNegative() const { in IsNegative() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 80 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
|
H A D | APInt.cpp | 518 unsigned IsNegative = false; in getSufficientBitsNeeded() local
|
H A D | APFloat.cpp | 3162 bool IsNegative = str.front() == '-'; in convertFromStringSpecials() local
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 947 bool IsNegative = consumeFront(MangledName, '?'); in demangleNumber() local 974 bool IsNegative = false; in demangleUnsigned() local 983 bool IsNegative = false; in demangleSigned() local 1332 bool IsNegative = false; in demangleStringLiteral() local 1484 bool IsNegative = false; in demangleLocallyScopedNamePiece() local 2146 bool IsNegative = false; in demangleArrayType() local 2375 bool IsNegative = false; in demangleTemplateParameterList() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 385 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger() 396 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat() 410 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 864 bool IsNegative) { in emitRsqIEEE1ULP() 917 bool IsNegative = false; in optimizeWithRsq() local 954 bool IsNegative = false; in optimizeWithRcp() local
|
H A D | SIISelLowering.cpp | 14411 bool IsNegative = false; in performFDivCombine() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 560 bool IsNegative = false; member
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 371 bool IsNegative = Name.consume_front("no-"); in handleTargetFeaturesGroup() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 3019 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1588 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() 1662 bool IsNegative, in emitCBZ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1974 bool IsNegative = parseOptionalToken(AsmToken::Minus); in parseFPImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 946 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1096 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3467 bool IsNegative) { in getAbsolute()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 2435 bool IsNegative(T x) { in IsNegative() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6365 bool IsNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2337 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local
|