Searched refs:getConst (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Pixels.h | 36 const Quantum *getConst(const ::ssize_t x_,const ::ssize_t y_,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 90 const Value *getConst() { assert (kind==CONST); return u.Const; } in getConst() function
|
D | InstrEmitter.cpp | 631 const Value *V = SD->getConst(); in EmitDbgValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 100 const Value *getConst() const { assert (kind==CONST); return u.Const; } in getConst() function
|
D | InstrEmitter.cpp | 687 const Value *V = SD->getConst(); in EmitDbgValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 104 const Value *getConst() const { assert (kind==CONST); return u.Const; } in getConst() function
|
D | InstrEmitter.cpp | 730 const Value *V = SD->getConst(); in EmitDbgValue()
|
/external/ImageMagick/Magick++/lib/ |
D | Pixels.cpp | 53 const Magick::Quantum* Magick::Pixels::getConst(const ssize_t x_, in getConst() function in Magick::Pixels
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 207 static bool getConst(const BitTracker::RegisterCell &RC, uint16_t B, 339 bool HexagonBitSimplify::getConst(const BitTracker::RegisterCell &RC, in getConst() function in HexagonBitSimplify 1478 if (HBS::getConst(DRC, 0, DRC.width(), U)) { in processBlock() 1973 if (!HBS::getConst(RC, 0, RC.width(), U)) in genStoreImmediate()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 163 static bool getConst(const BitTracker::RegisterCell &RC, uint16_t B, 294 bool HexagonBitSimplify::getConst(const BitTracker::RegisterCell &RC, in getConst() function in HexagonBitSimplify 1869 if (!HBS::getConst(RC, 0, RC.width(), U)) in genStoreImmediate()
|
/external/ImageMagick/Magick++/ |
D | NEWS | 41 * New method, Pixels::getConst() to obtain read-only pixels.
|
D | ChangeLog | 353 * lib/Pixels.cpp (getConst): New method to return read-only pixels.
|