HomeSort by relevance Sort by last modified time
    Searched defs:FV (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Fv.py 2 # process FV generation
35 ## generate FV
38 class FV (FvClassObject):
56 # Generate Fv and add it to the Buffer
59 # @param Buffer The buffer generated FV data will be put
60 # @param BaseAddress base address of FV
61 # @param BlockSize block size of FV
62 # @param BlockNum How many blocks in FV
66 # @retval string Generated FV file path
70 if BaseAddress == None and self.UiFvName.upper() + 'fv' in GenFds.ImageBinDict.keys():
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 272 Value *FV = SI->getFalseValue();
277 if (match(FV, m_Zero()) && match(TV, m_Sub(m_Value(N), m_Specific(A))))
281 if (match(TV, m_Zero()) && match(FV, m_Sub(m_Value(N), m_Specific(A))))
InstructionCombining.cpp 559 Value *FV = SI->getOperand(2);
561 if (isa<Constant>(TV) || isa<Constant>(FV)) {
579 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Metadata.cpp 307 const Function *FV = getFunctionForValue(To);
310 if (F && FV && F != FV)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 348 Value *FV;
351 FV = SimplifyBinOp(Opcode, SI->getFalseValue(), RHS, TD, DT, MaxRecurse);
354 FV = SimplifyBinOp(Opcode, LHS, SI->getFalseValue(), TD, DT, MaxRecurse);
359 if (TV == FV)
364 return FV;
365 if (FV && isa<UndefValue>(FV))
370 if (TV == SI->getTrueValue() && FV == SI->getFalseValue())
376 if ((FV && !TV) || (TV && !FV)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 62 #define FV "FV"
78 #define NONFFS_FV "NONFFS_FV" // for non-FFS FV such as working & spare block FV
79 #define SKIP_FV_NULL "SKIP_FV_NULL" // define as nonzero to not build components with FV=NULL
765 RemoveSymbol (FV, SYM_GLOBAL);
794 // Create the FV files if no fatal errors or errors
966 dxe\drivers\vm\vm.dsc PROCESSOR=IA32 DEST_DIR=$(DEST_DIR)\xxx FV=FV1,FV2
1129 // also allow a FV filename (fvvariable.ffs COMPONENT_TYPE=FILE). If the
1130 // component type is "FILE", then add it to the FV list, create a package
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 217 FV = VALUE_FLOAT_VEC,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 314 Value *FV;
317 FV = SimplifyBinOp(Opcode, SI->getFalseValue(), RHS, Q, MaxRecurse);
320 FV = SimplifyBinOp(Opcode, LHS, SI->getFalseValue(), Q, MaxRecurse);
325 if (TV == FV)
330 return FV;
331 if (FV && isa<UndefValue>(FV))
336 if (TV == SI->getTrueValue() && FV == SI->getFalseValue())
342 if ((FV && !TV) || (TV && !FV)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstructionCombining.cpp 740 Value *FV = SI->getOperand(2);
742 if (isa<Constant>(TV) || isa<Constant>(FV)) {
776 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 261 FV = VALUE_FLOAT_VEC,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 281 FV = VALUE_FLOAT_VEC,
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 245 {"FV", CFXJSE_FormCalcContext::FV},
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 576 milliseconds