/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | X86.cpp | 240 bool IsNegative = Name.consume_front("no-"); getX86TargetFeatures() local 270 bool IsNegative = Name.starts_with("no-"); getX86TargetFeatures() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 91 bool IsNegative() const { in IsNegative() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 934 bool IsNegative = consumeFront(MangledName, '?'); demangleNumber() local 961 bool IsNegative = false; demangleUnsigned() local 970 bool IsNegative = false; demangleSigned() local 1319 bool IsNegative = false; demangleStringLiteral() local 1471 bool IsNegative = false; demangleLocallyScopedNamePiece() local 2133 bool IsNegative = false; demangleArrayType() local 2347 bool IsNegative = false; demangleTemplateParameterList() local [all...] |
/freebsd-src/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 | 3131 bool IsNegative = str.front() == '-'; convertFromStringSpecials() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 423 if (IsNegative) in parseSpecialFloatMaybe() argument 398 parseSingleInteger(bool IsNegative,OperandVector & Operands) parseSingleInteger() argument 409 parseSingleFloat(bool IsNegative,OperandVector & Operands) parseSingleFloat() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 862 emitRsqIEEE1ULP(IRBuilder<> & Builder,Value * Src,bool IsNegative) emitRsqIEEE1ULP() argument 915 bool IsNegative = false; optimizeWithRsq() local 952 bool IsNegative = false; optimizeWithRcp() local [all...] |
H A D | SIISelLowering.cpp | 14096 bool IsNegative = false; performFDivCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 631 const bool IsNegative = (X < 0) ^ (Y < 0); MulOverflow() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 560 bool IsNegative = false; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 320 bool IsNegative = Name.starts_with("no-"); handleTargetFeaturesGroup() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 3043 bool IsNegative = Token.is(MIToken::minus); parseOffset() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1572 emitTestBit(Register TestReg,uint64_t Bit,bool IsNegative,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const emitTestBit() argument 1646 emitCBZ(Register CompareReg,bool IsNegative,MachineBasicBlock * DestMBB,MachineIRBuilder & MIB) const emitCBZ() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 930 bool IsNegative = false; canonicalizeSaturatedSubtract() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1929 bool IsNegative = parseOptionalToken(AsmToken::Minus); parseFPImm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1077 bool IsNegative = C && C->getAPIntValue().isNegative(); LowerSETCC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3444 getAbsolute(SelectionDAG & DAG,const SDLoc & DL,SDValue Op,bool IsNegative) getAbsolute() argument
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 2431 bool IsNegative(T x) { IsNegative() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6109 bool IsNegative = Parser.getTok().is(AsmToken::Minus); parseOperand() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2327 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); EmitCheckedMixedSignMultiply() local
|