Searched refs:isInput (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/tools/turbolizer/
H A Dnode.js19 isInput: function() {
44 return !(this.isControl() || this.isInput() ||
H A Dgraph-view.js747 .classed("input", function(n) { return n.isInput(); })
/external/llvm/lib/IR/
H A DInlineAsm.cpp60 Type(isInput), isEarlyClobber(false),
82 Type = isInput;
156 Type != isInput)
269 case InlineAsm::isInput:
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInlineAsm.cpp60 Type(isInput), isEarlyClobber(false),
92 Type = isInput;
162 Type != isInput)
267 case InlineAsm::isInput:
/external/sonic/
H A Dwave.c25 int isInput; member in struct:waveFileStruct
254 file->isInput = 1;
296 if(!file->isInput) {
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInlineAsm.h86 isInput, // 'x' enumerator in enum:llvm::InlineAsm::ConstraintPrefix
/external/v8/benchmarks/
H A Ddeltablue.js200 Constraint.prototype.isInput = function () {
263 this.myOutput.stay = !this.isInput();
320 EditConstraint.prototype.isInput = function () {
671 if (c.isInput() && c.isSatisfied())
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenDAGPatterns.h520 TreePattern(Record *TheRec, ListInit *RawPat, bool isInput,
522 TreePattern(Record *TheRec, DagInit *Pat, bool isInput,
524 TreePattern(Record *TheRec, TreePatternNode *Pat, bool isInput,
H A DCodeGenDAGPatterns.cpp1704 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, argument
1706 isInputPattern = isInput;
1711 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, argument
1713 isInputPattern = isInput;
1717 TreePattern::TreePattern(Record *TheRec, TreePatternNode *Pat, bool isInput, argument
1719 isInputPattern = isInput;
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h120 /// isInput - Returns true if this is an input dependence.
122 bool isInput() const;
142 bool isUnordered() const { return isInput(); }
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp153 bool isInput =
157 if (isInput) {
H A DDependenceAnalysis.cpp201 bool Dependence::isInput() const { function in class:Dependence
583 else if (isInput())
/external/llvm/lib/Option/
H A DOptTable.cpp162 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { function
197 if (isInput(PrefixesUnion, Str))
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DPHITransAddr.cpp152 bool isInput = std::count(InstInputs.begin(), InstInputs.end(), Inst);
155 if (isInput) {
/external/llvm/include/llvm/IR/
H A DInlineAsm.h94 isInput, // 'x' enumerator in enum:llvm::InlineAsm::ConstraintPrefix
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp369 const bool isInput = shaderFile == FILE_SHADER_INPUT;
375 case SV_PRIMITIVE_ID: return isInput ? 0x060 : 0x040;
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h206 bool isInput);
H A Daudio_device_mac.cc1906 const bool isInput) {
1913 if (isInput) {
1974 if (isInput) {
1904 InitDevice(const uint16_t userDeviceIndex, AudioDeviceID& deviceId, const bool isInput) argument
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h567 TreePattern(Record *TheRec, ListInit *RawPat, bool isInput,
569 TreePattern(Record *TheRec, DagInit *Pat, bool isInput,
571 TreePattern(Record *TheRec, TreePatternNode *Pat, bool isInput,
H A DCodeGenDAGPatterns.cpp2045 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, argument
2047 isInputPattern(isInput), HasError(false) {
2052 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, argument
2054 isInputPattern(isInput), HasError(false) {
2058 TreePattern::TreePattern(Record *TheRec, TreePatternNode *Pat, bool isInput, argument
2060 isInputPattern(isInput), HasError(false) {
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp231 if (C.Type != InlineAsm::isInput)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp938 } else if (OpInfo.Type == InlineAsm::isInput)
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5709 case InlineAsm::isInput:
5734 if (OpInfo.Type == InlineAsm::isInput &&
5860 case InlineAsm::isInput:
5944 (OpInfo.Type == InlineAsm::isInput)) &&
6082 case InlineAsm::isInput: {
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp3285 if (I->Type != InlineAsm::isInput) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6481 if (OpInfo.Type == InlineAsm::isInput &&
6604 case InlineAsm::isInput:
6694 (OpInfo.Type == InlineAsm::isInput)) &&
6791 if (OpInfo.Type == InlineAsm::isInput)
6866 case InlineAsm::isInput: {

Completed in 925 milliseconds

12