HomeSort by relevance Sort by last modified time
    Searched refs:Ins (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
ins.h 15 typedef union Ins {
26 } Ins;
28 static int isMarked(Ins *i){
32 static void mark(Ins *i){
36 static void unmark(Ins *i){
dfa.h 62 Ins **kernel;
89 DFA *DFA_new(Ins*, unsigned int, unsigned int, unsigned int, Char*);
92 State *DFA_findState(DFA*, Ins**, unsigned int);
actions.c 31 void showIns(FILE *o, const Ins *i, const Ins *base){
37 for(const Ins *j = &(&i)[1]; j < (Ins*) i.i.link; ++j)
41 o << "goto " << ((Ins*) i.i.link - &base);
44 o << "fork " << ((Ins*) i.i.link - &base);
147 MatchOp_compile(RegExp *re, Char *rep, Ins *i)
149 Ins *j;
170 AltOp_compile(RegExp *re, Char *rep, Ins *i){
171 Ins *j
644 Ins *ins, *eoi; local
    [all...]
re.h 6 #include "tools/re2c/ins.h"
90 Ins *ins; member in struct:RegExp::__anon14572::__anon14573
119 void RegExp_compile(RegExp*, Char*, Ins*);
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 67 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
69 unsigned NumArgs = Ins.size();
72 MVT ArgVT = Ins[i].VT;
73 ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
155 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
157 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
158 MVT VT = Ins[i].VT;
159 ISD::ArgFlagsTy Flags = Ins[i].Flags;
RegAllocGreedy.cpp 778 unsigned Ins = 0;
783 BC.Entry = SpillPlacement::MustSpill, ++Ins;
785 BC.Entry = SpillPlacement::PrefSpill, ++Ins;
787 ++Ins;
793 BC.Exit = SpillPlacement::MustSpill, ++Ins;
795 BC.Exit = SpillPlacement::PrefSpill, ++Ins;
797 ++Ins;
801 while (Ins--)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 67 &Ins,
70 unsigned NumArgs = Ins.size();
81 EVT ArgVT = Ins[i].VT;
82 ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
180 Hexagon_CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
184 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
185 EVT VT = Ins[i].VT;
HexagonISelLowering.h 92 const SmallVectorImpl<ISD::InputArg> &Ins,
110 const SmallVectorImpl<ISD::InputArg> &Ins,
121 const SmallVectorImpl<ISD::InputArg> &Ins,
HexagonCallingConvLower.h 79 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
101 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 133 const SmallVectorImpl<ISD::InputArg> &Ins,
140 const SmallVectorImpl<ISD::InputArg> &Ins,
147 const SmallVectorImpl<ISD::InputArg> &Ins,
154 const SmallVectorImpl<ISD::InputArg> &Ins,
MSP430ISelLowering.cpp 258 &Ins,
269 return LowerCCCArguments(Chain, CallConv, isVarArg, Ins, dl, DAG, InVals);
271 if (Ins.empty())
284 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
300 Outs, OutVals, Ins, dl, DAG, InVals);
314 &Ins,
328 CCInfo.AnalyzeFormalArguments(Ins, CC_MSP430);
375 ISD::ArgFlagsTy Flags = Ins[i].Flags;
467 const SmallVectorImpl<ISD::InputArg> &Ins,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 481 const SmallVectorImpl<ISD::InputArg> &Ins,
527 const SmallVectorImpl<ISD::InputArg> &Ins,
538 const SmallVectorImpl<ISD::InputArg> &Ins,
544 const SmallVectorImpl<ISD::InputArg> &Ins,
577 const SmallVectorImpl<ISD::InputArg> &Ins,
583 const SmallVectorImpl<ISD::InputArg> &Ins,
589 const SmallVectorImpl<ISD::InputArg> &Ins,
604 const SmallVectorImpl<ISD::InputArg> &Ins,
613 const SmallVectorImpl<ISD::InputArg> &Ins,
621 const SmallVectorImpl<ISD::InputArg> &Ins,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 80 const SmallVectorImpl<ISD::InputArg> &Ins,
86 const SmallVectorImpl<ISD::InputArg> &Ins,
92 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 93 BasicBlock::iterator Ins = newReturnBlock->begin();
98 PHINode* retPhi = PHINode::Create(OldPhi->getType(), 2, "", Ins);
100 Ins = newReturnBlock->getFirstNonPHI();
IPConstantPropagation.cpp 250 Instruction *Ins = cast<Instruction>(*I);
257 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins))
270 Ins->replaceAllUsesWith(New);
271 Ins->eraseFromParent();
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 117 const SmallVectorImpl<ISD::InputArg> &Ins,
125 const SmallVectorImpl<ISD::InputArg> &Ins,
130 const SmallVectorImpl<ISD::InputArg> &Ins,
179 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 38 const SmallVectorImpl<ISD::InputArg> &Ins,
SIISelLowering.h 50 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 153 const SmallVectorImpl<ISD::InputArg> &Ins,
168 const SmallVectorImpl<ISD::InputArg> &Ins,
188 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 103 Ins,
256 void analyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
260 void analyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
338 const SmallVectorImpl<ISD::InputArg> &Ins,
403 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 74 /// same number of types as the Ins/Outs arrays in LowerFormalArguments,
498 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
824 if (Ins.size() > 0) {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 82 std::pair<CompMap::iterator, bool> Ins =
93 return (Ins.second || Ins.first->second == B) ? 0 : Ins.first->second;
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 245 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
272 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 480 const SmallVectorImpl<ISD::InputArg> &Ins,
488 const SmallVectorImpl<ISD::InputArg> &Ins,
529 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.h 46 const SmallVectorImpl<ISD::InputArg> &Ins,

Completed in 242 milliseconds

1 2 3