Home
last modified time | relevance | path

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

12

/llvm-project/flang/include/flang/Evaluate/
H A Drounding-bits.h49 constexpr bool Negate() { in Negate() function
H A Dcomplex.h41 constexpr Complex Negate() const { return {re_.Negate(), im_.Negate()}; } in Negate() function
H A Dreal.h147 constexpr Real Negate() const { return {word_.IEOR(word_.MASKL(1))}; } in Negate() function
H A Dinteger.h517 constexpr ValueWithOverflow Negate() const { Negate() function
[all...]
/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h127 constexpr RT_API_ATTRS void Negate() { raw_ ^= RawType{1} << (bits - 1); } in Negate() function
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp530 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, Negate() function in Negator
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp278 printStackAdj(const MCInst * MI,unsigned OpNo,const MCSubtargetInfo & STI,raw_ostream & O,bool Negate) printStackAdj() argument
/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp189 const bool Negate = ParseString.consume_front("n"); tryParseCompileTimeLinearToken() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp279 bool Negate = false; printFMAComments() local
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-names.cpp250 T Negate(const T& value) { in Negate() function
/llvm-project/flang/lib/Evaluate/
H A Dformatting.cpp284 Negate, // which binds *less* tightly than *, /, ** global() enumerator
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1403 getTrylockCallExpr(const Stmt * Cond,LocalVarContext C,bool & Negate) getTrylockCallExpr() argument
1482 bool Negate = false; getEdgeLockset() local
[all...]
H A DCFG.cpp1091 if (const auto *Negate = dyn_cast<UnaryOperator>(E1)) { checkIncorrectLogicOperator() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2404 combineBallotPattern(SDValue VCMP,bool & Negate) combineBallotPattern() argument
2445 bool Negate = false; SelectBRCOND() local
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1587 __anonf32883310402(const MCExpr *E, bool Negate) parsePCRel() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4358 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst() argument
4575 bool Swap, Negate; trySETCC() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp158 bool Negate = Str[0] == '-'; convertStrToInt() local
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp867 void Before(const Expr::Negate &) { Put("-"); } in Before() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4076 SelectSVEAddSubSSatImm(SDValue N,MVT VT,SDValue & Imm,SDValue & Shift,bool Negate) SelectSVEAddSubSSatImm() argument
H A DAArch64ISelLowering.cpp3652 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 Dparse-tree.h1685 struct Negate : public IntrinsicUnary { global() struct
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4722 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 DARMISelLowering.cpp14112 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 DAMDGPUAsmParser.cpp3142 bool Negate = false; parseImm() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3704 bool Negate = false; visitSelect() local

12