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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
lp.d 2 #name: c54x LP device/instruction
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 290 LandingPadInfo &LP = LandingPads[i];
291 if (LP.LandingPadBlock == LandingPad)
292 return LP;
303 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
304 LP.BeginLabels.push_back(BeginLabel);
305 LP.EndLabels.push_back(EndLabel);
312 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
313 LP.LandingPadLabel = LandingPadLabel;
329 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]))
    [all...]
DwarfEHPrepare.cpp 145 for (auto *LP : CleanupLPads) {
146 if (isPotentiallyReachable(LP, RI, DT)) {
187 if (auto *LP = BB.getLandingPadInst())
188 if (LP->isCleanup())
189 CleanupLPads.push_back(LP);
  /external/llvm/include/llvm/Analysis/
LoopPass.h 121 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]);
122 return LP;
  /external/llvm/lib/Analysis/
LoopPass.cpp 96 LoopPass *LP = getContainedPass(Index);
97 LP->cloneBasicBlockAnalysis(From, To, L);
111 LoopPass *LP = getContainedPass(Index);
112 LP->deleteAnalysisValue(V, L);
119 LoopPass *LP = getContainedPass(Index);
120 LP->deleteAnalysisLoop(L);
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 81 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/kernel/uapi #LP
83 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/kernel/uapi/asm-arm64 #LP
85 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/kernel/uapi/asm-arm #LP
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h 210 void WebRtcIsac_SplitAndFilterFloat(float* in, float* LP, float* HP,
filterbanks.c 58 LP: a FRAMESAMPLES_HALF array of low-pass filtered samples that
83 void WebRtcIsac_SplitAndFilterFloat(float *pin, float *LP, float *HP,
224 LP[k] = 0.5f*(tempin_ch1[k] + tempin_ch2[k]);/* low pass signal*/
228 /* Lookahead LP and HP signals */
encode.c 191 float LP[FRAMESAMPLES_HALF];
283 WebRtcIsac_SplitAndFilterFloat(ISACencLB_obj->data_buffer_float, LP, HP,
376 LP, lofilt_coef, LPw);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
atof-generic.c 597 LITTLENUM_TYPE *lp; local
600 #define print_littlenum(LP) (printf (littlenum_format, LP))
603 for (lp = f->high; lp >= f->low; lp--)
604 print_littlenum (*lp);
606 for (lp = f->low; lp <= f->high; lp++
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 701 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad();
702 if (LP) return LP;
711 LP = getEHDispatchBlock(EHStack.getInnermostEHScope());
714 LP = EmitLandingPad();
717 assert(LP);
722 ir->setCachedLandingPad(LP);
726 return LP;
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 107 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(), 0, "LP");
108 EXPECT_EQ(LP->getName(), "LP");
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 789 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
791 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 408 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) {
410 StackRestorePoints.push_back(LP);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 90 " -lp{N}: set number of literal pos bits - [0, 4], default: 0\n" +
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 173 LandingPadInst::LandingPadInst(const LandingPadInst &LP)
174 : Instruction(LP.getType(), Instruction::LandingPad, nullptr,
175 LP.getNumOperands()),
176 ReservedSpace(LP.getNumOperands()) {
177 allocHungoffUses(LP.getNumOperands());
179 const Use *InOL = LP.getOperandList();
183 setCleanup(LP.isCleanup());
    [all...]
  /external/minijail/
common.mk 384 LP := (
386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@))))
    [all...]
  /external/modp_b64/
common.mk 384 LP := (
386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@))))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 996 milliseconds

1 2