OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchPointOpers
(Results
1 - 24
of
24
) sorted by null
/external/llvm/include/llvm/CodeGen/
StackMaps.h
39
class
PatchPointOpers
{
50
explicit
PatchPointOpers
(const MachineInstr *MI);
/external/llvm/lib/CodeGen/
StackMaps.cpp
38
PatchPointOpers
::
PatchPointOpers
(const MachineInstr *MI)
55
unsigned
PatchPointOpers
::getNextScratchIdx(unsigned StartIdx) const {
295
assert(
PatchPointOpers
(&MI).hasDef() && "Stackmap has no return value.");
355
PatchPointOpers
opers(&MI);
356
int64_t ID = opers.getMetaOper(
PatchPointOpers
::IDPos).getImm();
366
unsigned NArgs = opers.getMetaOper(
PatchPointOpers
::NArgPos).getImm();
TargetInstrInfo.cpp
445
PatchPointOpers
opers(&MI);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h
77
class
PatchPointOpers
{
96
explicit
PatchPointOpers
(const MachineInstr *MI);
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
621
assert(isa<ConstantInt>(I->getOperand(
PatchPointOpers
::IDPos)) &&
623
const auto *ID = cast<ConstantInt>(I->getOperand(
PatchPointOpers
::IDPos));
626
assert(isa<ConstantInt>(I->getOperand(
PatchPointOpers
::NBytesPos)) &&
629
cast<ConstantInt>(I->getOperand(
PatchPointOpers
::NBytesPos));
727
Value *Callee = I->getOperand(
PatchPointOpers
::TargetPos)->stripPointerCasts();
730
assert(isa<ConstantInt>(I->getOperand(
PatchPointOpers
::NArgPos)) &&
733
cast<ConstantInt>(I->getOperand(
PatchPointOpers
::NArgPos));
738
unsigned NumMetaOpers =
PatchPointOpers
::CCPos;
762
assert(isa<ConstantInt>(I->getOperand(
PatchPointOpers
::IDPos)) &&
764
const auto *ID = cast<ConstantInt>(I->getOperand(
PatchPointOpers
::IDPos))
[
all
...]
InstrEmitter.cpp
763
CC = Node->getConstantOperandVal(
PatchPointOpers
::CCPos);
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
387
PatchPointOpers
Opers(&MI);
389
int64_t CallTarget = Opers.getMetaOper(
PatchPointOpers
::TargetPos).getImm();
414
unsigned NumBytes = Opers.getMetaOper(
PatchPointOpers
::NBytesPos).getImm();
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
347
PatchPointOpers
Opers(&MI);
351
Opers.getMetaOper(
PatchPointOpers
::TargetPos);
354
int64_t CallTarget = Opers.getMetaOper(
PatchPointOpers
::TargetPos).getImm();
433
unsigned NumBytes = Opers.getMetaOper(
PatchPointOpers
::NBytesPos).getImm();
[
all
...]
PPCInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86MCInstLower.cpp
[
all
...]
Completed in 1381 milliseconds