OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getValueID
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
PseudoSourceValue.h
55
return V->
getValueID
() == PseudoSourceValueVal ||
56
V->
getValueID
() == FixedStackPseudoSourceValueVal;
97
return V->
getValueID
() == FixedStackPseudoSourceValueVal;
/external/swiftshader/third_party/LLVM/include/llvm/
Constant.h
112
return V->
getValueID
() >= ConstantFirstVal &&
113
V->
getValueID
() <= ConstantLastVal;
Value.h
229
///
getValueID
- Return an ID for the concrete type of this object. This is
238
unsigned
getValueID
() const {
334
return Val.
getValueID
() >= Value::ConstantFirstVal &&
335
Val.
getValueID
() <= Value::ConstantLastVal;
341
return Val.
getValueID
() == Value::ArgumentVal;
347
return Val.
getValueID
() == Value::InlineAsmVal;
353
return Val.
getValueID
() >= Value::InstructionVal;
359
return Val.
getValueID
() == Value::BasicBlockVal;
365
return Val.
getValueID
() == Value::FunctionVal;
371
return Val.
getValueID
() == Value::GlobalVariableVal
[
all
...]
Argument.h
85
return V->
getValueID
() == ArgumentVal;
GlobalAlias.h
81
return V->
getValueID
() == Value::GlobalAliasVal;
Metadata.h
67
return V->
getValueID
() == MDStringVal;
162
return V->
getValueID
() == MDNodeVal;
Constants.h
222
return V->
getValueID
() == ConstantIntVal;
291
return V->
getValueID
() == ConstantFPVal;
319
return V->
getValueID
() == ConstantAggregateZeroVal;
384
return V->
getValueID
() == ConstantArrayVal;
444
return V->
getValueID
() == ConstantStructVal;
495
return V->
getValueID
() == ConstantVectorVal;
539
return V->
getValueID
() == ConstantPointerNullVal;
569
return V->
getValueID
() == BlockAddressVal;
[
all
...]
GlobalVariable.h
162
return V->
getValueID
() == Value::GlobalVariableVal;
GlobalValue.h
284
return V->
getValueID
() == Value::FunctionVal ||
285
V->
getValueID
() == Value::GlobalVariableVal ||
286
V->
getValueID
() == Value::GlobalAliasVal;
/external/llvm/include/llvm/IR/
Value.h
424
unsigned
getValueID
() const {
701
return Val.
getValueID
() >= Value::ConstantFirstVal &&
702
Val.
getValueID
() <= Value::ConstantLastVal;
708
return Val.
getValueID
() >= Value::ConstantDataFirstVal &&
709
Val.
getValueID
() <= Value::ConstantDataLastVal;
715
return Val.
getValueID
() >= Value::ConstantAggregateFirstVal &&
716
Val.
getValueID
() <= Value::ConstantAggregateLastVal;
722
return Val.
getValueID
() == Value::ArgumentVal;
728
return Val.
getValueID
() == Value::InlineAsmVal;
734
return Val.
getValueID
() >= Value::InstructionVal
[
all
...]
Constant.h
120
return V->
getValueID
() >= ConstantFirstVal &&
121
V->
getValueID
() <= ConstantLastVal;
GlobalIndirectSymbol.h
70
return V->
getValueID
() == Value::GlobalAliasVal ||
71
V->
getValueID
() == Value::GlobalIFuncVal;
GlobalIFunc.h
70
return V->
getValueID
() == Value::GlobalIFuncVal;
Constants.h
66
return V->
getValueID
() >= ConstantDataFirstVal &&
67
V->
getValueID
() <= ConstantDataLastVal;
246
return V->
getValueID
() == ConstantIntVal;
313
return V->
getValueID
() == ConstantFPVal;
353
return V->
getValueID
() == ConstantAggregateZeroVal;
378
return V->
getValueID
() >= ConstantAggregateFirstVal &&
379
V->
getValueID
() <= ConstantAggregateLastVal;
416
return V->
getValueID
() == ConstantArrayVal;
462
return V->
getValueID
() == ConstantStructVal;
501
return V->
getValueID
() == ConstantVectorVal
[
all
...]
GlobalObject.h
127
return V->
getValueID
() == Value::FunctionVal ||
128
V->
getValueID
() == Value::GlobalVariableVal;
Argument.h
146
return V->
getValueID
() == ArgumentVal;
GlobalAlias.h
88
return V->
getValueID
() == Value::GlobalAliasVal;
GlobalValue.h
213
assert(Val == NotThreadLocal ||
getValueID
() != Value::FunctionVal);
508
return V->
getValueID
() == Value::FunctionVal ||
509
V->
getValueID
() == Value::GlobalVariableVal ||
510
V->
getValueID
() == Value::GlobalAliasVal ||
511
V->
getValueID
() == Value::GlobalIFuncVal;
GlobalVariable.h
170
return V->
getValueID
() == Value::GlobalVariableVal;
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
474
(VE.
getValueID
(GV.getInitializer()) + 1));
515
Vals.push_back(VE.
getValueID
(A.getAliasee()));
547
Record.push_back(VE.
getValueID
(V));
565
Record.push_back(VE.
getValueID
(MDC->getValue()));
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
487
(VE.
getValueID
(GV.getInitializer()) + 1));
531
Vals.push_back(VE.
getValueID
(A.getAliasee()));
577
Record.push_back(VE.
getValueID
(V));
595
Record.push_back(VE.
getValueID
(MDC->getValue()));
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp
482
(VE.
getValueID
(GV->getInitializer()) + 1));
524
Vals.push_back(VE.
getValueID
(AI->getAliasee()));
558
Record.push_back(VE.
getValueID
(N->getOperand(i)));
627
Record.push_back(VE.
getValueID
(NMD->getOperand(i)));
680
Record.push_back(VE.
getValueID
(MDs[i].second));
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
476
(VE.
getValueID
(GV.getInitializer()) + 1));
517
Vals.push_back(VE.
getValueID
(A.getAliasee()));
549
Record.push_back(VE.
getValueID
(V));
567
Record.push_back(VE.
getValueID
(MDC->getValue()));
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
458
unsigned
getValueId
(GlobalValue::GUID ValGUID) {
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h
130
unsigned ID = V->
getValueID
();
219
return MA->
getValueID
() == MemoryUseVal || MA->
getValueID
() == MemoryDefVal;
261
return MA->
getValueID
() == MemoryUseVal;
302
return MA->
getValueID
() == MemoryDefVal;
454
return V->
getValueID
() == MemoryPhiVal;
[
all
...]
Completed in 3064 milliseconds
1
2
3