HomeSort by relevance Sort by last modified time
    Searched refs:isInt32Immediate (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 275 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
277 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
295 // isInt32Immediate - This method tests to see if a constant operand.
297 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
298 return isInt32Immediate(N.getNode(), Imm);
307 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
343 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
420 isInt32Immediate(Op1.getOperand(1), Value)) {
427 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
454 if (isInt32Immediate(RHS, Imm))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 372 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
374 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
392 // isInt32Immediate - This method tests to see if a constant operand.
394 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
395 return isInt32Immediate(N.getNode(), Imm);
453 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
481 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
558 isInt32Immediate(Op1.getOperand(1), Value)) {
572 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 454 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
456 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
474 // isInt32Immediate - This method tests to see if a constant operand.
476 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
477 return isInt32Immediate(N.getNode(), Imm);
541 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
569 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
728 isInt32Immediate(Op1.getOperand(1), Value)) {
742 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp 288 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
290 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
298 // isInt32Immediate - This method tests to see if a constant operand.
300 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
301 return isInt32Immediate(N.getNode(), Imm);
309 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 289 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
291 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
299 // isInt32Immediate - This method tests to see if a constant operand.
301 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
302 return isInt32Immediate(N.getNode(), Imm);
310 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 265 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
267 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
275 // isInt32Immediate - This method tests to see if a constant operand.
277 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
278 return isInt32Immediate(N.getNode(), Imm);
286 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]

Completed in 77 milliseconds