Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp240 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 DFormattersHelpers.h91 bool IsNegative() const { IsNegative() function
/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h123 constexpr RT_API_ATTRS bool IsNegative() const { in IsNegative() function
/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp57 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 DAPInt.cpp518 unsigned IsNegative = false; getSufficientBitsNeeded() local
H A DAPFloat.cpp3156 bool IsNegative = str.front() == '-'; convertFromStringSpecials() local
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp946 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 Dreal.h67 constexpr bool IsNegative() const { in IsNegative() function
H A Dinteger.h383 constexpr bool IsNegative() const { IsNegative() function
[all...]
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp385 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 Dreal.cpp244 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 DFixedPointBuilder.h56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
/llvm-project/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp450 bool IsNegative = ScaledVal < 0; CheckUnsaturatedConversion() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp864 emitRsqIEEE1ULP(IRBuilder<> & Builder,Value * Src,bool IsNegative) emitRsqIEEE1ULP() argument
917 bool IsNegative = false; optimizeWithRsq() local
954 bool IsNegative = false; optimizeWithRcp() local
[all...]
H A DSIISelLowering.cpp14407 bool IsNegative = false; performFDivCombine() local
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h560 bool IsNegative = false; global() member
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp371 bool IsNegative = Name.consume_front("no-"); handleTargetFeaturesGroup() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3053 bool IsNegative = Token.is(MIToken::minus); parseOffset() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1583 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 DRISCVAsmParser.cpp1937 bool IsNegative = parseOptionalToken(AsmToken::Minus); parseFPImm() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp946 bool IsNegative = false; canonicalizeSaturatedSubtract() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1096 bool IsNegative = C && C->getAPIntValue().isNegative(); LowerSETCC() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3472 getAbsolute(SelectionDAG & DAG,const SDLoc & DL,SDValue Op,bool IsNegative) getAbsolute() argument
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6365 bool IsNegative = Parser.getTok().is(AsmToken::Minus); parseOperand() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2315 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); EmitCheckedMixedSignMultiply() local