HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 76 - 100 of 10179) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InstructionSimplify.h 13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
52 class Value;
81 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
85 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF
    [all...]
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecordBuilder.cpp 24 void TypeRecordBuilder::writeUInt8(uint8_t Value) {
25 Writer.write(Value);
28 void TypeRecordBuilder::writeInt16(int16_t Value) {
29 Writer.write(Value);
32 void TypeRecordBuilder::writeUInt16(uint16_t Value) {
33 Writer.write(Value);
36 void TypeRecordBuilder::writeInt32(int32_t Value) {
37 Writer.write(Value);
40 void TypeRecordBuilder::writeUInt32(uint32_t Value) {
41 Writer.write(Value);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.h 23 #include "llvm/IR/Value.h"
44 virtual StatusOr<llvm::Value*> EmitUnaryOp(const HloInstruction* op,
45 llvm::Value* operand_value) const;
47 virtual StatusOr<llvm::Value*> EmitBinaryOp(const HloInstruction* op,
48 llvm::Value* lhs_value,
49 llvm::Value* rhs_value) const;
61 virtual StatusOr<llvm::Value*> EmitIntegerUnaryOp(
62 const HloInstruction* op, llvm::Value* operand_value) const;
64 virtual StatusOr<llvm::Value*> EmitFloatUnaryOp(
65 const HloInstruction* op, llvm::Value* operand_value) const
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DiffCallback.java 35 * @param <Value> Type of items to compare.
37 public abstract class DiffCallback<Value> {
46 public abstract boolean areItemsTheSame(@NonNull Value oldItem, @NonNull Value newItem);
57 public abstract boolean areContentsTheSame(@NonNull Value oldItem, @NonNull Value newItem);
65 public Object getChangePayload(@NonNull Value oldItem, @NonNull Value newItem) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 Value *&X, Value *&Y, Value *&Z);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 Value *&X, Value *&Y, Value *&Z);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 Value *&X, Value *&Y, Value *&Z);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
67 Value *&X, APInt &Mask,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 Value *&X, Value *&Y, Value *&Z);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 Value *&X, Value *&Y, Value *&Z);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 22 class Value;
37 /// <=> Value Definition
53 /// Non-NULL return value will be a true or false constant.
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
66 Value *&X, Value *&Y, Value *&Z);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 25 /// Hi_32 - This function returns the high 32 bits of a 64 bit value.
26 inline uint32_t Hi_32(uint64_t Value) {
27 return static_cast<uint32_t>(Value >> 32);
30 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
31 inline uint32_t Lo_32(uint64_t Value) {
32 return static_cast<uint32_t>(Value);
88 inline bool isMask_32(uint32_t Value) {
89 return Value && ((Value + 1) & Value) == 0
    [all...]

Completed in 334 milliseconds

1 2 34 5 6 7 8 91011>>