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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp 19 /// which determines whether we can generated the tail-predicated low-overhead
44 /// if VPT active: ; Between a DLSTP/LETP, or for predicated instrs
180 // instructions within the block are predicated upon the vpr and we allow
196 // The execution of MI is predicated upon the current set of instructions
245 // Return whether the given instruction is predicated upon a VCTP.
256 // Is the VPST, controlling the block entry, predicated upon a VCTP.
264 // at least one predicated input(s), as well as possible loop invariant
265 // which would result in it being implicitly predicated.
297 // Check that at least one of the operands is directly predicated on a
306 // isn't predicated on entry, check whether the vctp is within the bloc
    [all...]
ARMLowOverheadLoops.cpp 19 /// which determines whether we can generated the tail-predicated low-overhead
44 /// if VPT active: ; Between a DLSTP/LETP, or for predicated instrs
180 // instructions within the block are predicated upon the vpr and we allow
196 // The execution of MI is predicated upon the current set of instructions
245 // Return whether the given instruction is predicated upon a VCTP.
256 // Is the VPST, controlling the block entry, predicated upon a VCTP.
264 // at least one predicated input(s), as well as possible loop invariant
265 // which would result in it being implicitly predicated.
297 // Check that at least one of the operands is directly predicated on a
306 // isn't predicated on entry, check whether the vctp is within the bloc
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 99 Prefix.Predicated = true;
111 Prefix.Predicated = true;
125 PrefixInfo() : Active(false), Predicated(false) {}
127 bool isPredicated() const { return Predicated; }
129 assert(Predicated);
134 assert(Predicated);
140 bool Predicated;
4180 // Instruction must be predicated if the movprfx is predicated.
4184 " predicated movprfx, suggest using unpredicated movprfx")
    [all...]
AArch64AsmParser.cpp 99 Prefix.Predicated = true;
111 Prefix.Predicated = true;
125 PrefixInfo() : Active(false), Predicated(false) {}
127 bool isPredicated() const { return Predicated; }
129 assert(Predicated);
134 assert(Predicated);
140 bool Predicated;
4180 // Instruction must be predicated if the movprfx is predicated.
4184 " predicated movprfx, suggest using unpredicated movprfx")
    [all...]

Completed in 57 milliseconds