OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmOffset
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
126
int
ImmOffset
= 0) const;
319
SmallVectorImpl<MCFixup> &Fixups, int
ImmOffset
) const {
327
EmitConstant(DispOp.getImm()+
ImmOffset
, Size, CurByte, OS);
335
// If we have an
immoffset
, add it to the expression.
341
assert(
ImmOffset
== 0);
351
ImmOffset
= CurByte;
370
ImmOffset
-= 4;
372
ImmOffset
-= 2;
374
ImmOffset
-= 1;
376
if (
ImmOffset
)
[
all
...]
/external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp
88
SDValue &
ImmOffset
) const;
612
ConstantSDNode *
IMMOffset
;
615
&& (
IMMOffset
= dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
616
&& isInt<16>(
IMMOffset
->getZExtValue())) {
619
Offset = CurDAG->getTargetConstant(
IMMOffset
->getZExtValue(), MVT::i32);
622
} else if ((
IMMOffset
= dyn_cast<ConstantSDNode>(Addr))
623
&& isInt<16>(
IMMOffset
->getZExtValue())) {
627
Offset = CurDAG->getTargetConstant(
IMMOffset
->getZExtValue(), MVT::i32);
735
SDValue &
ImmOffset
) const {
751
ImmOffset
= CurDAG->getTargetConstant(C1->getZExtValue(), MVT::i16)
[
all
...]
SIInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
Completed in 235 milliseconds