OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/
TargetIntrinsicInfo.cpp
26
const ValueName *
ValName
= F->getValueName();
27
if (!
ValName
)
29
return lookupName(
ValName
->getKeyData(),
ValName
->getKeyLength());
/external/llvm/lib/IR/
Function.cpp
436
static Intrinsic::ID lookupIntrinsicID(const ValueName *
ValName
) {
437
unsigned Len =
ValName
->getKeyLength();
438
const char *Name =
ValName
->getKeyData();
448
const ValueName *
ValName
= this->getValueName();
449
if (!
ValName
|| !isIntrinsic()) {
453
IntID = lookupIntrinsicID(
ValName
);
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
1032
std::string
ValName
;
1039
: TypedInit(IK_DagInit, DagRecTy::get()), Val(V),
ValName
(VN),
[
all
...]
Completed in 76 milliseconds