OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpInfo
(Results
1 - 13
of
13
) sorted by null
/external/llvm/include/llvm/MC/
MCExternalSymbolizer.h
32
LLVMOpInfoCallback
GetOpInfo
;
42
LLVMOpInfoCallback
getOpInfo
,
46
GetOpInfo
(
getOpInfo
), SymbolLookUp(symbolLookUp), DisInfo(disInfo) {}
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
88
return (UnwindCode.
getOpInfo
() == 0) ? 2 : 3;
101
outs() << " " << getUnwindRegisterName(UCs[0].
getOpInfo
());
104
if (UCs[0].
getOpInfo
() == 0) {
112
outs() << " " << ((UCs[0].
getOpInfo
() + 1) * 8);
118
outs() << " " << getUnwindRegisterName(UCs[0].
getOpInfo
())
122
outs() << " " << getUnwindRegisterName(UCs[0].
getOpInfo
())
127
outs() << " XMM" << static_cast<uint32_t>(UCs[0].
getOpInfo
())
131
outs() << " XMM" << UCs[0].
getOpInfo
()
136
outs() << " " << (UCs[0].
getOpInfo
() ? "w/o" : "w")
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h
161
inline const OpInfo&
getOpInfo
(const Instruction *) const;
162
inline const OpInfo&
getOpInfo
(const operation) const;
213
const Target::OpInfo& Target::
getOpInfo
(const Instruction *insn) const
218
const Target::OpInfo& Target::
getOpInfo
(const operation op) const
nv50_ir_emit_nv50.cpp
[
all
...]
nv50_ir_peephole.cpp
156
if (!prog->getTarget()->
getOpInfo
(insn).commutative)
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h
161
inline const OpInfo&
getOpInfo
(const Instruction *) const;
162
inline const OpInfo&
getOpInfo
(const operation) const;
213
const Target::OpInfo& Target::
getOpInfo
(const Instruction *insn) const
218
const Target::OpInfo& Target::
getOpInfo
(const operation op) const
nv50_ir_emit_nv50.cpp
[
all
...]
nv50_ir_peephole.cpp
156
if (!prog->getTarget()->
getOpInfo
(insn).commutative)
[
all
...]
/external/llvm/lib/MC/MCDisassembler/
Disassembler.h
48
// The Triple specific symbolic information type returned by
GetOpInfo
.
51
LLVMOpInfoCallback
GetOpInfo
;
83
LLVMOpInfoCallback
getOpInfo
,
91
DisInfo(disInfo), TagType(tagType),
GetOpInfo
(
getOpInfo
),
105
LLVMOpInfoCallback getGetOpInfo() const { return
GetOpInfo
; }
/external/llvm/include/llvm/Support/
Win64EH.h
51
uint8_t
getOpInfo
() const {
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
174
return (UnwindCode.
getOpInfo
() == 0) ? 2 : 3;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp
[
all
...]
Completed in 411 milliseconds