/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
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 91 bool IsNegative() const { IsNegative() function
|
/llvm-project/flang/include/flang/Decimal/ |
H A D | binary-floating-point.h | 123 constexpr RT_API_ATTRS bool IsNegative() const { in IsNegative() function
|
/llvm-project/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 57 write_unsigned_impl(raw_ostream & S,T N,size_t MinDigits,IntegerStyle Style,bool IsNegative) write_unsigned_impl() argument 80 write_unsigned(raw_ostream & S,T N,size_t MinDigits,IntegerStyle Style,bool IsNegative=false) write_unsigned() argument
|
H A D | APInt.cpp | 518 unsigned IsNegative = false; getSufficientBitsNeeded() local
|
H A D | APFloat.cpp | 3156 bool IsNegative = str.front() == '-'; convertFromStringSpecials() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 946 bool IsNegative = consumeFront(MangledName, '?'); demangleNumber() local 973 bool IsNegative = false; demangleUnsigned() local 982 bool IsNegative = false; demangleSigned() local 1331 bool IsNegative = false; demangleStringLiteral() local 1483 bool IsNegative = false; demangleLocallyScopedNamePiece() local 2145 bool IsNegative = false; demangleArrayType() local 2374 bool IsNegative = false; demangleTemplateParameterList() local [all...] |
/llvm-project/flang/include/flang/Evaluate/ |
H A D | real.h | 67 constexpr bool IsNegative() const { in IsNegative() function
|
H A D | integer.h | 383 constexpr bool IsNegative() const { IsNegative() function [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 385 parseSingleInteger(bool IsNegative,OperandVector & Operands) parseSingleInteger() argument 396 parseSingleFloat(bool IsNegative,OperandVector & Operands) parseSingleFloat() argument 410 parseSpecialFloatMaybe(bool IsNegative,OperandVector & Operands) parseSpecialFloatMaybe() argument
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | real.cpp | 244 inline bool IsNegative(std::uint32_t x) { return (x & 0x80000000) != 0; } IsNegative() function 246 inline bool IsNegative(std::uint64_t x) { IsNegative() function [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFixedPointTest.cpp | 450 bool IsNegative = ScaledVal < 0; CheckUnsaturatedConversion() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 864 emitRsqIEEE1ULP(IRBuilder<> & Builder,Value * Src,bool IsNegative) emitRsqIEEE1ULP() argument 917 bool IsNegative = false; optimizeWithRsq() local 954 bool IsNegative = false; optimizeWithRcp() local [all...] |
H A D | SIISelLowering.cpp | 14407 bool IsNegative = false; performFDivCombine() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 560 bool IsNegative = false; global() member
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 371 bool IsNegative = Name.consume_front("no-"); handleTargetFeaturesGroup() local
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 3053 bool IsNegative = Token.is(MIToken::minus); parseOffset() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1583 emitTestBit(Register TestReg,uint64_t Bit,bool IsNegative,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const emitTestBit() argument 1657 emitCBZ(Register CompareReg,bool IsNegative,MachineBasicBlock * DestMBB,MachineIRBuilder & MIB) const emitCBZ() argument [all...] |
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1937 bool IsNegative = parseOptionalToken(AsmToken::Minus); parseFPImm() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 946 bool IsNegative = false; canonicalizeSaturatedSubtract() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1096 bool IsNegative = C && C->getAPIntValue().isNegative(); LowerSETCC() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3472 getAbsolute(SelectionDAG & DAG,const SDLoc & DL,SDValue Op,bool IsNegative) getAbsolute() argument
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6365 bool IsNegative = Parser.getTok().is(AsmToken::Minus); parseOperand() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2315 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); EmitCheckedMixedSignMultiply() local
|