/llvm-project/flang/include/flang/Evaluate/ |
H A D | rounding-bits.h | 49 constexpr bool Negate() { in Negate() function
|
H A D | complex.h | 41 constexpr Complex Negate() const { return {re_.Negate(), im_.Negate()}; } in Negate() function
|
H A D | real.h | 147 constexpr Real Negate() const { return {word_.IEOR(word_.MASKL(1))}; } in Negate() function
|
H A D | integer.h | 517 constexpr ValueWithOverflow Negate() const { Negate() function [all...] |
/llvm-project/flang/include/flang/Decimal/ |
H A D | binary-floating-point.h | 127 constexpr RT_API_ATTRS void Negate() { raw_ ^= RawType{1} << (bits - 1); } in Negate() function
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 530 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, Negate() function in Negator
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVInstPrinter.cpp | 278 printStackAdj(const MCInst * MI,unsigned OpNo,const MCSubtargetInfo & STI,raw_ostream & O,bool Negate) printStackAdj() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | VFABIDemangler.cpp | 189 const bool Negate = ParseString.consume_front("n"); tryParseCompileTimeLinearToken() local
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 279 bool Negate = false; printFMAComments() local [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 250 T Negate(const T& value) { in Negate() function
|
/llvm-project/flang/lib/Evaluate/ |
H A D | formatting.cpp | 284 Negate, // which binds *less* tightly than *, /, ** global() enumerator
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1403 getTrylockCallExpr(const Stmt * Cond,LocalVarContext C,bool & Negate) getTrylockCallExpr() argument 1482 bool Negate = false; getEdgeLockset() local [all...] |
H A D | CFG.cpp | 1091 if (const auto *Negate = dyn_cast<UnaryOperator>(E1)) { checkIncorrectLogicOperator() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 2404 combineBallotPattern(SDValue VCMP,bool & Negate) combineBallotPattern() argument 2445 bool Negate = false; SelectBRCOND() local
|
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1587 __anonf32883310402(const MCExpr *E, bool Negate) parsePCRel() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4358 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst() argument 4575 bool Swap, Negate; trySETCC() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 158 bool Negate = Str[0] == '-'; convertStrToInt() local
|
/llvm-project/flang/lib/Parser/ |
H A D | unparse.cpp | 867 void Before(const Expr::Negate &) { Put("-"); } in Before() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 4076 SelectSVEAddSubSSatImm(SDValue N,MVT VT,SDValue & Imm,SDValue & Shift,bool Negate) SelectSVEAddSubSSatImm() argument
|
H A D | AArch64ISelLowering.cpp | 3652 emitConjunctionRec(SelectionDAG & DAG,SDValue Val,AArch64CC::CondCode & OutCC,bool Negate,SDValue CCOp,AArch64CC::CondCode Predicate) emitConjunctionRec() argument 18140 auto Negate = [&](SDValue N) { performMulCombine() local [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 1685 struct Negate : public IntrinsicUnary { global() struct
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4722 emitConjunctionRec(Register Val,AArch64CC::CondCode & OutCC,bool Negate,Register CCOp,AArch64CC::CondCode Predicate,MachineIRBuilder & MIB) const emitConjunctionRec() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 14112 SDValue Negate = DCI.DAG.getNode(ISD::SUB, dl, MVT::i32, PerformSUBCombine() local 18199 SearchLoopIntrinsic(SDValue N,ISD::CondCode & CC,int & Imm,bool & Negate) SearchLoopIntrinsic() argument 18253 bool Negate = false; PerformHWLoopCombine() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3142 bool Negate = false; parseImm() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3704 bool Negate = false; visitSelect() local
|