Searched defs:Extra (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dtokenize.h23 short Extra; member in struct:__anon8243
29 short Extra; member in struct:__anon8244
/external/llvm/lib/Support/
H A DIntervalMap.cpp130 const unsigned Extra = (Elements + Grow) % Nodes; local
134 Sum += NewSize[n] = PerNode + (n < Extra);
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp66 StringRef EOL, StringRef Extra = StringRef());
93 /// any \p Extra context specifiers in GNU line directives.
96 StringRef EOL, StringRef Extra) {
105 if (!Extra.empty())
106 OS << Extra; local
94 WriteLineInfo(const char *Filename, int Line, SrcMgr::CharacteristicKind FileType, StringRef EOL, StringRef Extra) argument
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp726 unsigned Extra = CondDepth - MaxDepth; local
727 DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n");
728 if (Extra > CritLimit) {
737 unsigned Extra = TDepth - MaxDepth; local
738 DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n");
739 if (Extra > CritLimit) {
748 unsigned Extra = FDepth - MaxDepth; local
749 DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n");
750 if (Extra > CritLimit) {
H A DIfConversion.cpp97 /// ExtraCost - Extra cost for multi-cycle instructions.
209 unsigned Cycle, unsigned Extra,
211 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra,
208 MeetIfcvtSizeLimit(MachineBasicBlock &BB, unsigned Cycle, unsigned Extra, const BranchProbability &Prediction) const argument
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp152 void WriteLineInfo(unsigned LineNo, const char *Extra=0, unsigned ExtraLen=0);
165 const char *Extra,
180 OS.write(Extra, ExtraLen);
164 WriteLineInfo(unsigned LineNo, const char *Extra, unsigned ExtraLen) argument
/external/clang/lib/CodeGen/
H A DCGCall.cpp1033 unsigned Extra = STy->getNumElements()-1; // 1 will be added below. local
1035 for (unsigned I = 0; I < Extra; ++I)
1037 Index += Extra;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp412 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, argument
454 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, TD,
458 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD,
466 // The RHS of the or/and can't be folded in and we haven't used "Extra" yet,
468 if (Extra == 0 || Extra == I->getOperand(1)) {
469 Extra = I->getOperand(1);
478 // If the LHS can't be folded in, but Extra is available and RHS can, try to
479 // use LHS as Extra.
480 if (Extra
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp365 // file. Extra #defines are okay, so long as the identifiers being
372 StringRef &Extra = ExtraPredefines[I]; local
373 if (!Extra.startswith("#define ")) {
382 = Extra.find_first_of("( \n\r", StartOfMacroName);
385 StringRef MacroName = Extra.slice(StartOfMacroName, EndOfMacroName);
396 SuggestedPredefines += Extra;
544 assert(Bits == 0 && "Extra bits in the identifier?");
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11022 SDValue Extra = DAG.getValueType(ExtraVT); local
11024 LHS1 = DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, Extra);
11025 LHS2 = DAG.getNode(Op.getOpcode(), dl, NewVT, LHS2, Extra);
14318 // Extra check as FCMOV only supports a subset of X86 cond.

Completed in 598 milliseconds