OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnOpInit
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp
908
return
UnOpInit
::get(
UnOpInit
::CAST, Name, CurRec->getType());
930
UnOpInit
::UnaryOp Code;
937
Code =
UnOpInit
::CAST;
949
Code =
UnOpInit
::NOT;
954
Code =
UnOpInit
::HEAD;
958
Code =
UnOpInit
::TAIL;
962
Code =
UnOpInit
::SIZE;
967
Code =
UnOpInit
::EMPTY;
990
Code =
UnOpInit
::GETDAGOP
[
all
...]
Record.cpp
698
UnOpInit
*
UnOpInit
::get(UnaryOp Opc, Init *LHS, RecTy *Type) {
699
static FoldingSet<
UnOpInit
> ThePool;
705
if (
UnOpInit
*I = ThePool.FindNodeOrInsertPos(ID, IP))
708
UnOpInit
*I = new(Allocator)
UnOpInit
(Opc, LHS, Type);
713
void
UnOpInit
::Profile(FoldingSetNodeID &ID) const {
717
Init *
UnOpInit
::Fold(Record *CurRec, bool IsFinal) const {
828
return const_cast<
UnOpInit
*>(this);
831
Init *
UnOpInit
::resolveReferences(Resolver &R) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
318
uint8_t Opc; // Used by
UnOpInit
, BinOpInit, and TernOpInit
757
class
UnOpInit
: public OpInit, public FoldingSetNode {
764
UnOpInit
(UnaryOp opc, Init *lhs, RecTy *Type)
768
UnOpInit
(const
UnOpInit
&) = delete;
769
UnOpInit
&operator=(const
UnOpInit
&) = delete;
775
static
UnOpInit
*get(UnaryOp opc, Init *lhs, RecTy *Type);
783
return
UnOpInit
::get(getOpcode(), *Operands.begin(), getType());
Completed in 48 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026