HomeSort by: relevance | last modified time | path
    Searched defs:Convert (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
AutoConvert.cpp 21 static const struct f_cnvrt Convert = {
26 if (fcntl(FD, F_CONTROL_CVT, &Convert) == -1)
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 153 /// Convert - Create a new persistent APSInt with the same value as 'From'
155 const llvm::APSInt &Convert(const llvm::APSInt& To,
161 return getValue(TargetType.convert(From));
164 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) {
166 return Convert(TargetType, From);
169 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) {
173 return getValue(TargetType.convert(From));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
FixedPointBuilder.h 33 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema,
136 /// Convert an integer value representing a fixed-point number from one
143 return Convert(Src, SrcSema, DstSema, false);
146 /// Convert an integer value representing a fixed-point number to an integer
154 return Convert(
159 /// Convert an integer value with the given signedness to an integer value
166 return Convert(Src,
176 // Convert the raw fixed-point value directly to floating point. If the
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 110 enum InstClassification { Convert, Skip, Exit };
292 return ImmOp.getImm() == 0 ? Convert : Exit;
298 return ImmOp.getImm() == -1 ? Convert : Exit;
304 return Convert;
416 if (Classification != Convert)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 564 // Result to call. ImplicitCast_ forces the compiler to convert R to
912 std::vector<Action<void(Args...)>> Convert(IndexSequence<I...>) const {
932 return Op{Convert<Args...>(MakeIndexSequence<sizeof...(Actions) - 1>()),
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 686 Convert(time_t Month, time_t Day, time_t Year,
815 Convert(Month, (time_t)tm->tm_mday, Year,
1095 Start = Convert(gds->Month, gds->Day, gds->Year,
1138 (void)printf("Bad format - couldn't convert.\n");
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 1170 bool Convert = true;
1173 Convert = false;
1199 if (Convert) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 511 /// Query the target whether it would be profitable to convert the given loop
1390 Convert = 2
1396 // Convert: Fold the EVL into the mask parameter.
1401 // Convert: Convert this to a non-VP operation.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 45 // Convert Float Results to Integer
213 // Convert the inputs to integers, and build a new pair out of them.
797 // Convert Float Operand to Integer
2105 // Convert the promoted float value to the desired IVT.
2107 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N),
2111 return DAG.getBitcast(N->getValueType(0), Convert);
2124 // Convert the promoted float value to the desired integer type
2288 // Bitcast from i16 to f16: convert the i16 to a f32 value instead.
2314 // Convert the Constant to the desired FP type
2322 // the correct legalized vector. If not, bit-convert the input vector t
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 883 // Okay, one of the successors of this condbr is dead. Convert it to a
1277 // Convert pointer to int before we switch.
2284 // Don't convert to selects if we could remove undefined behavior instead.
2451 bool Convert = SpeculatedStore != nullptr;
2453 Convert |= validateAndCostRequiredSelects(BB, ThenBB, EndBB,
2456 if (!Convert || Cost > Budget)
2459 // If we get here, we can hoist the instruction and if-convert.
4280 // Convert pointer to int before we switch.
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 822 uint64_t convert (SIM_STATE, int rm, uint64_t op, FP_formats from, FP_formats to);
823 #define Convert(rm,op,from,to) convert (SIM_ARGS, rm, op, from, to)
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 822 uint64_t convert (SIM_STATE, int rm, uint64_t op, FP_formats from, FP_formats to);
823 #define Convert(rm,op,from,to) convert (SIM_ARGS, rm, op, from, to)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 2205 // Look through a bit convert.
2221 /// changeIntCCToAArch64CC - Convert a DAG integer condition code to an AArch64
2250 /// changeFPCCToAArch64CC - Convert a DAG fp condition code to an AArch64 CC.
2311 /// Convert a DAG fp condition code to an AArch64 CC.
2340 /// changeVectorFPCCToAArch64CC - Convert a DAG fp condition code to an AArch64
6205 /// Convert a TLS address reference into the correct sequence of loads
6283 /// Convert a thread-local variable reference into a sequence of instructions to
7958 // Use the default implementation in TargetLowering to convert the register
9009 // Convert shuffles that are directly supported on NEON to target-specific
9808 // Convert BUILD_VECTOR where all elements but the lowest are undef int
    [all...]

Completed in 76 milliseconds