Searched refs:Abs (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp118 uint32_t Abs = LayoutItemBase::tailPadding(); local
122 if (Abs < ChildPadding)
123 Abs = 0;
125 Abs -= ChildPadding;
127 return Abs;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h102 SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm,
H A DSIPeepholeSDWA.cpp143 bool Abs; member in class:__anon2129::SDWASrcOperand
152 SrcSel(SrcSel_), Abs(Abs_), Neg(Neg_), Sext(Sext_) {}
158 bool getAbs() const { return Abs; }
343 if (Abs || Neg) {
346 Mods |= Abs ? SISrcMods::ABS : 0u;
H A DR600ISelLowering.cpp2070 SDValue &Src, SDValue &Neg, SDValue &Abs,
2085 if (!Abs.getNode())
2088 Abs = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32);
2248 SDValue &Abs = Ops[AbsIdx[i] - 1]; local
2254 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG))
2287 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; local
2297 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, Imm, DAG))
2069 FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src, SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm, SelectionDAG &DAG) const argument
H A DAMDGPULegalizerInfo.cpp2222 auto Abs = B.buildFAbs(S32, RHS, Flags);
2229 auto CmpRes = B.buildFCmp(CmpInst::FCMP_OGT, S1, Abs, C0, Flags);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp943 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout); local
944 if (!Abs)
1031 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); local
1032 assert(Abs && "We created a line delta with an invalid expression");
1033 (void)Abs;
1072 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); local
1073 assert(Abs && "We created call frame with an invalid expression");
1074 (void) Abs;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h59 enum class Target2Policy { Abs, Rel, GotRel }; member in class:lld::elf::Target2Policy
H A DDriver.cpp572 return Target2Policy::Abs;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp96 bool Abs = false; member in struct:__anon2091::AMDGPUOperand::Modifiers
100 bool hasFPModifiers() const { return Abs || Neg; }
106 Operand |= Abs ? SISrcMods::ABS : 0u;
942 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext;
1678 if (Imm.Mods.Abs) {
2530 bool Abs, SP3Abs; local
2550 Abs = trySkipId("abs");
2551 if (Abs && !skipToken(AsmToken::LParen, "expected left paren after abs"))
2556 if (Abs && SP3Abs) {
2568 return (SP3Neg || Neg || SP3Abs || Abs)
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp116 if (config->target2 == Target2Policy::Abs)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp354 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; local
401 BuildMI(BB, DL, TII.get(Abs), Tmp0).addReg(InReg);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1337 bool Abs = ((EFlags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == local
1345 if (Abs) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10256 bool Abs = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == local
10265 if (WeakDef || ThreadLocal || Resolver || Abs) {
10278 if (Abs) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2382 Value *Abs = EmitFAbs(*this, V);
2384 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
2388 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 336 milliseconds