OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLeafValue
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
712
if (isa<DefInit>(N->
getLeafValue
()))
820
if (P->isLeaf() && isa<IntInit>(P->
getLeafValue
()))
848
if (isa<IntInit>(Child->
getLeafValue
()))
[
all
...]
DAGISelMatcherGen.cpp
210
if (IntInit *II = dyn_cast<IntInit>(N->
getLeafValue
())) {
223
if (isa<UnsetInit>(N->
getLeafValue
())) {
228
DefInit *DI = dyn_cast<DefInit>(N->
getLeafValue
());
326
if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->
getLeafValue
())) {
615
if (IntInit *II = dyn_cast<IntInit>(N->
getLeafValue
())) {
622
if (DefInit *DI = dyn_cast<DefInit>(N->
getLeafValue
())) {
[
all
...]
FastISelEmitter.cpp
251
DefInit *OpDI = dyn_cast<DefInit>(Op->
getLeafValue
());
431
Record *OpLeafRec = cast<DefInit>(Op->
getLeafValue
())->getDef();
497
DefInit *SR = dyn_cast<DefInit>(Dst->getChild(1)->
getLeafValue
());
501
SubRegNo = Dst->getChild(1)->
getLeafValue
()->getAsString();
CodeGenDAGPatterns.h
387
Init *
getLeafValue
() const { assert(isLeaf()); return Val; }
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCVHaarObjectDetection.hpp
199
__device__ Ncv32f
getLeafValue
(void)
/external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu
440
Ncv32f tmpLeafValue = nextNodeDescriptor.
getLeafValue
();
580
Ncv32f tmpLeafValue = nextNodeDescriptor.
getLeafValue
();
[
all
...]
Completed in 4601 milliseconds