HomeSort by relevance Sort by last modified time
    Searched refs:Operands (Results 176 - 200 of 349) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 213 /// constraint to the nodes operands. This returns true if it makes a
236 /// getNumOperands - This is the number of operands required or -1 if
257 /// constraints for this node to the operands of the node. This returns
432 /// Returns the number of MachineInstr operands that would be produced by this
435 /// for Operands; otherwise 1.
557 /// It's important that the usage of operands in ComplexPatterns is
646 std::vector<Record*> Operands;
652 const std::vector<Record*> &operands,
654 : Pattern(TP), Results(results), Operands(operands),
    [all...]
DAGISelMatcherOpt.cpp 123 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList();
125 VTs, Operands,
CodeGenInstruction.h 73 /// PrinterMethodName - The method used to print operands of this type in
86 /// operands correspond to multiple MachineInstr operands. In the X86
92 unsigned MINumOperands; // The number of operands.
100 /// up of multiple MI operands.
130 /// NumDefs - Number of def operands declared, this is the number of
135 /// OperandList - The list of declared operands, along with their declared
172 /// to operands with suboperands are allowed, otherwise not.
215 /// Operands - This is information about the (ins) and (outs) list specified
217 CGIOperandList Operands;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.h 228 /// lower 64-bit operands on a 32-bit target.
510 template <typename... Operands,
511 typename F = std::function<Inst *(Variable *, Operands *...)>>
513 Operands *... Srcs) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
TargetTransformInfo.h 156 ArrayRef<const Value *> Operands) const;
563 /// \p Args is an optional argument which holds the instruction operands
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 75 ArrayRef<const Value *> Operands) const {
76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands);
  /external/v8/src/interpreter/
bytecode-pipeline.h 133 // A container for a generated bytecode, it's operands, and source information.
195 template <typename... Operands> \
197 Operands... operands)) { \
198 return Create<Bytecode::k##Name, __VA_ARGS__>(source_info, operands...); \
203 // Replace the bytecode of this node with |bytecode| and keep the operands.
242 const uint32_t* operands() const { return operands_; } function in class:v8::internal::interpreter::final
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-rn-t32-identical-low-registers-in-it-block.cc 57 // across test files during template instantiation. Specifically, `Operands` has
64 struct Operands {
73 // The `operands` field represents what to pass to the assembler to
75 Operands operands; member in struct:vixl::aarch32::__anon38285::TestData
81 // Description of the operands, used for error reporting.
228 Condition cond = kTests[i].operands.cond;
229 Register rd = kTests[i].operands.rd;
230 Register rn = kTests[i].operands.rn;
280 printf("Error when testing \"%s\" with operands \"%s\":\n"
    [all...]
test-assembler-cond-rd-rn-operand-rm-t32-rn-is-sp-in-it-block.cc 57 // across test files during template instantiation. Specifically, `Operands` has
64 struct Operands {
74 // The `operands` field represents what to pass to the assembler to
76 Operands operands; member in struct:vixl::aarch32::__anon38307::TestData
82 // Description of the operands, used for error reporting.
231 Condition cond = kTests[i].operands.cond;
232 Register rd = kTests[i].operands.rd;
233 Register rn = kTests[i].operands.rn;
234 Register rm = kTests[i].operands.rm
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 145 ArrayRef<const Value *> Operands) const;
634 ArrayRef<const Value *> Operands) = 0;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 73 /// PrinterMethodName - The method used to print operands of this type in
86 /// operands correspond to multiple MachineInstr operands. In the X86
92 unsigned MINumOperands; // The number of operands.
100 /// up of multiple MI operands.
130 /// NumDefs - Number of def operands declared, this is the number of
135 /// OperandList - The list of declared operands, along with their declared
166 /// true, references to operands with suboperands are allowed, otherwise
210 /// Operands - This is information about the (ins) and (outs) list specified
212 CGIOperandList Operands;
    [all...]

Completed in 1593 milliseconds

1 2 3 4 5 6 78 91011>>