OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOp
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp
262
if (Op && Op->
getOp
() != dwarf::DW_OP_LLVM_fragment)
309
(NextOp->
getOp
() != dwarf::DW_OP_LLVM_fragment))
317
return Op.
getOp
() == dwarf::DW_OP_stack_value;
332
if (Op && (Op->
getOp
() == dwarf::DW_OP_plus_uconst)) {
344
if (Op && Op->
getOp
() == dwarf::DW_OP_constu) {
348
if (N && N->
getOp
() == dwarf::DW_OP_plus && Offset <= IntMax) {
351
} else if (N && N->
getOp
() == dwarf::DW_OP_minus &&
368
(NextOp->
getOp
() != dwarf::DW_OP_LLVM_fragment))
393
assert(Op && Op->
getOp
() == dwarf::DW_OP_LLVM_entry_value);
455
switch (Op->
getOp
()) {
[
all
...]
DebugHandlerBase.cpp
54
Op->
getOp
() == dwarf::DW_OP_LLVM_arg)
60
switch (Op->
getOp
()) {
65
switch (Op->
getOp
()) {
AsmPrinter.cpp
942
OS << LS << dwarf::OperationEncodingString(Op.
getOp
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp
1061
uint64_t Op =
getOp
();
1091
uint64_t Op = I->
getOp
();
1108
if ((++J)->
getOp
() != dwarf::DW_OP_LLVM_fragment)
1174
switch (It.
getOp
()) {
1196
switch (It.
getOp
()) {
1210
if (I->
getOp
() == dwarf::DW_OP_LLVM_fragment) {
1257
if (ExprOp.
getOp
() == dwarf::DW_OP_LLVM_arg)
1308
[](auto Op) { return Op.
getOp
() == dwarf::DW_OP_LLVM_arg; })) {
1318
if (Op.
getOp
() == dwarf::DW_OP_LLVM_arg && Op.getArg(0) == ArgNo)
1332
if (Op.
getOp
() != dwarf::DW_OP_LLVM_arg || Op.getArg(0) < OldArg)
[
all
...]
AsmWriter.cpp
2349
auto OpStr = dwarf::OperationEncodingString(Op.
getOp
());
2353
if (Op.
getOp
() == dwarf::DW_OP_LLVM_convert) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
521
switch (E->
getOp
()) {
681
Result = EmitPostAtomicMinMax(CGF.Builder, E->
getOp
(),
687
if (E->
getOp
() == AtomicExpr::AO__atomic_nand_fetch)
797
if (E->
getOp
() == AtomicExpr::AO__c11_atomic_init ||
798
E->
getOp
() == AtomicExpr::AO__opencl_atomic_init) {
833
switch (E->
getOp
()) {
863
if (E->
getOp
() == AtomicExpr::AO__atomic_compare_exchange)
868
if (E->
getOp
() == AtomicExpr::AO__atomic_compare_exchange_n ||
869
E->
getOp
() == AtomicExpr::AO__atomic_compare_exchange)
961
switch (E->
getOp
()) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp
202
OpMap.insert(std::make_pair(RA.Id, getOpNum(RA.Addr->
getOp
())));
259
if (&DA.Addr->
getOp
() != &Op)
RDFCopy.cpp
170
MachineOperand &Op = UA.Addr->
getOp
();
HexagonConstExtenders.cpp
329
MachineOperand &
getOp
() {
332
const MachineOperand &
getOp
() const {
363
ExtValue(const ExtDesc &ED) : ExtValue(ED.
getOp
()) {}
493
const MachineBasicBlock &MBB = *ED.
getOp
().getParent()->getParent();
1220
ExtRoot ER(ED.
getOp
());
1260
assert(ER == ExtRoot(Extenders[I].
getOp
()));
2003
const ExtRoot &T = Extenders[B].
getOp
();
2004
while (I != E && ExtRoot(Extenders[I].
getOp
()) == T)
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
1643
switch (Node->
getOp
()) {
1655
if (Node->
getOp
() != AtomicExpr::AO__c11_atomic_load &&
1656
Node->
getOp
() != AtomicExpr::AO__atomic_load_n &&
1657
Node->
getOp
() != AtomicExpr::AO__opencl_atomic_load) {
1661
if (Node->
getOp
() == AtomicExpr::AO__atomic_exchange ||
1666
if (Node->
getOp
() == AtomicExpr::AO__atomic_compare_exchange ||
1667
Node->
getOp
() == AtomicExpr::AO__atomic_compare_exchange_n) {
1671
if (Node->
getOp
() != AtomicExpr::AO__c11_atomic_init &&
1672
Node->
getOp
() != AtomicExpr::AO__opencl_atomic_init) {
ASTStructuralEquivalence.cpp
172
return E1->
getOp
() == E2->
getOp
();
StmtProfile.cpp
1474
ID.AddInteger(S->
getOp
());
ASTImporter.cpp
6846
ToBuiltinLoc, ToExprs, ToType, E->
getOp
(), ToRParenLoc);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp
395
MachineOperand &UseMO = Use.Addr->
getOp
();
456
: SourceDef.Addr->
getOp
().getParent();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
6219
AtomicOp
getOp
() const { return Op; }
6232
return
getOp
() == AO__c11_atomic_compare_exchange_strong ||
6233
getOp
() == AO__c11_atomic_compare_exchange_weak ||
6234
getOp
() == AO__opencl_atomic_compare_exchange_strong ||
6235
getOp
() == AO__opencl_atomic_compare_exchange_weak ||
6236
getOp
() == AO__atomic_compare_exchange ||
6237
getOp
() == AO__atomic_compare_exchange_n;
6241
return
getOp
() >= AO__opencl_atomic_init &&
6242
getOp
() <= AO__opencl_atomic_fetch_max;
6278
return getScopeModel(
getOp
());
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h
520
MachineOperand &
getOp
() {
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h
492
operator_t
getOp
() const { return m_op; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp
1164
&RA.Addr->
getOp
() == &TA.Addr->
getOp
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
3184
AtomicExpr::AtomicOp Op = AE->
getOp
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1259
Record.push_back(E->
getOp
());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
2621
uint64_t
getOp
() const { return *Op; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
14086
E->
getOp
(), E->getRParenLoc());
Completed in 71 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026