Searched refs:Abs (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCAssembler.cpp | 1007 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout); in relaxLEB() local 1008 if (!Abs) in relaxLEB() 1026 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfLineAddr() local 1027 assert(Abs && "We created a line delta with an invalid expression"); in relaxDwarfLineAddr() 1028 (void) Abs; in relaxDwarfLineAddr() 1044 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfCallFrameFragment() local 1045 assert(Abs && "We created call frame with an invalid expression"); in relaxDwarfCallFrameFragment() 1046 (void) Abs; in relaxDwarfCallFrameFragment()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600ISelLowering.cpp | 2045 SDValue &Abs, SDValue &Sel, SDValue &Imm, SelectionDAG &DAG) { in FoldOperand() argument 2058 if (!Abs.getNode()) in FoldOperand() 2061 Abs = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand() 2216 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding() local 2222 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2269 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding() local 2279 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, Imm, DAG)) in PostISelFolding()
|
| HD | AMDGPUISelDAGToDAG.cpp | 53 bool FoldOperand(SDValue &Src, SDValue &Sel, SDValue &Neg, SDValue &Abs,
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| HD | AMDGPUAsmParser.cpp | 929 bool Negate = false, Abs = false; in parseOperand() local 937 Abs = true; in parseOperand() 984 if (Abs) { in parseOperand()
|
| /NextBSD/usr.bin/ee/nls/de_DE.ISO8859-1/ |
| HD | ee.msg | 15 5 "Automatische Abs�tze "
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | BuiltinsNVPTX.def | 155 // Abs
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBuiltin.cpp | 648 Value *Abs = EmitFAbs(*this, V); in EmitBuiltinExpr() local 650 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf"); in EmitBuiltinExpr() 654 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr() 666 Value *Abs = EmitFAbs(*this, V); in EmitBuiltinExpr() local 668 Builder.CreateFCmpUNE(Abs, ConstantFP::getInfinity(V->getType()),"isinf"); in EmitBuiltinExpr()
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 8478 bool Abs = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == in printMachOExportsTrie() local 8487 if (WeakDef || ThreadLocal || Resolver || Abs) { in printMachOExportsTrie() 8500 if (Abs) { in printMachOExportsTrie()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9899 | 3504 (pi): Remove Abs. 3506 given a memory operand. Don't set Abs bits either. 3507 (type_names): Remove Mem*, Abs*.
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | IntrinsicsNVVM.td | 241 // Abs
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXIntrinsics.td | 317 // Abs
|